mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
configure: Add --disable-module-relay to summary
Closes #32266 Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
parent
a03c0394a3
commit
cf5f52d694
@ -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])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user