From: David Goulet Date: Thu, 24 Oct 2019 13:08:36 +0000 (-0400) Subject: configure: Add --disable-module-relay to summary X-Git-Tag: tor-0.4.3.1-alpha~260 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf5f52d6947c653b3e44a331428389abf0f1b16b;p=thirdparty%2Ftor.git configure: Add --disable-module-relay to summary Closes #32266 Signed-off-by: David Goulet --- diff --git a/configure.ac b/configure.ac index 9a903fb11e..487361773d 100644 --- a/configure.ac +++ b/configure.ac @@ -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])