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

Closes #32266

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet 2019-10-24 09:08:36 -04:00
parent a03c0394a3
commit cf5f52d694

View File

@ -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])