Skip to content
Snippets Groups Projects
Unverified Commit c7c849bb authored by teor's avatar teor
Browse files

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.
parent e1429d91
No related branches found
No related tags found
No related merge requests found
o Minor bugfixes (modules):
- 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.
......@@ -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]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment