diff options
author | teor <teor@torproject.org> | 2019-10-17 15:32:21 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-10-18 16:59:57 +1000 |
commit | 5ff99901d29fe0645edf5f5cfc1d15e2ca6f4686 (patch) | |
tree | fd98d5b0061c940f096791f71bf6645adb0562a3 /configure.ac | |
parent | f73c8bd7865a8a64d46c126ca7e206204510ace8 (diff) | |
download | tor-5ff99901d29fe0645edf5f5cfc1d15e2ca6f4686.tar.gz tor-5ff99901d29fe0645edf5f5cfc1d15e2ca6f4686.zip |
configure: Clarify the description of --disable-module-dirauth
Part of 32123.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f610fb0a07..0540ffb40c 100644 --- a/configure.ac +++ b/configure.ac @@ -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])) |