diff options
author | teor <teor@torproject.org> | 2019-09-24 11:29:22 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-09-24 11:29:22 +1000 |
commit | c7c849bba82f9a47f404882348dd00f22492f310 (patch) | |
tree | 50bd612d8dba67424482ca6c21d5f8457dc40726 /configure.ac | |
parent | e1429d91480ee16ebe32be35263a4695e1795ff9 (diff) | |
download | tor-c7c849bba82f9a47f404882348dd00f22492f310.tar.gz tor-c7c849bba82f9a47f404882348dd00f22492f310.zip |
configure: Explain --disable-module-dirauth better
Explain what the optional Directory Authority module is, and what
happens when it is disabled.
Fixes bug 31825; bugfix on 0.3.4.1-alpha.
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 a639ffaf33..bd12e61671 100644 --- a/configure.ac +++ b/configure.ac @@ -251,7 +251,7 @@ m4_define(MODULES, dirauth) dnl Directory Authority module. AC_ARG_ENABLE([module-dirauth], AS_HELP_STRING([--disable-module-dirauth], - [Do not build tor with the dirauth module]), + [Build tor without the Directory Authority module: tor can not run as an authority]), [], dnl Action if-given AC_DEFINE([HAVE_MODULE_DIRAUTH], [1], [Compile with Directory Authority feature support])) |