Skip to content
Snippets Groups Projects
Commit cf5f52d6 authored by David Goulet's avatar David Goulet :panda_face:
Browse files

configure: Add --disable-module-relay to summary


Closes #32266

Signed-off-by: David Goulet's avatarDavid Goulet <dgoulet@torproject.org>
parent a03c0394
Branches
Tags
No related merge requests found
......@@ -2624,6 +2624,9 @@ PPRINT_SUBTITLE([Modules])
test "x$enable_module_dirauth" != "xno" && value=1 || value=0
PPRINT_PROP_BOOL([Directory Authority (--disable-module-dirauth)], $value)
test "x$enable_module_relay" != "xno" && value=1 || value=0
PPRINT_PROP_BOOL([Relay (--disable-module-relay)], $value)
AS_ECHO
PPRINT_SUBTITLE([Documentation])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment