]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
configure: Add --disable-module-relay to summary
authorDavid Goulet <dgoulet@torproject.org>
Thu, 24 Oct 2019 13:08:36 +0000 (09:08 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 24 Oct 2019 13:08:36 +0000 (09:08 -0400)
Closes #32266

Signed-off-by: David Goulet <dgoulet@torproject.org>
configure.ac

index 9a903fb11efb4fa1439fe7c27a0a874e033ca10b..487361773dd243ad28569c5e78e5e2ab29c049c4 100644 (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])