]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
configure: Clarify the description of --disable-module-dirauth
authorteor <teor@torproject.org>
Thu, 17 Oct 2019 05:32:21 +0000 (15:32 +1000)
committerteor <teor@torproject.org>
Fri, 18 Oct 2019 06:59:57 +0000 (16:59 +1000)
Part of 32123.

configure.ac

index f610fb0a072c0b9e9c33d6da93643495043a8d8d..0540ffb40ce4a9f7625a31c4ce1036b03f7ab25c 100644 (file)
@@ -258,7 +258,7 @@ m4_define(MODULES, dirauth)
 dnl Directory Authority module.
 AC_ARG_ENABLE([module-dirauth],
               AS_HELP_STRING([--disable-module-dirauth],
-                             [Build tor without the Directory Authority module: tor can not run as an authority]),
+                             [Build tor without the Directory Authority module: tor can not run as a directory authority or bridge authority]),
               [], dnl Action if-given
               AC_DEFINE([HAVE_MODULE_DIRAUTH], [1],
                         [Compile with Directory Authority feature support]))