configure: Clarify the description of --disable-module-dirauth

Part of 32123.
This commit is contained in:
teor
2019-10-17 15:32:21 +10:00
parent f73c8bd786
commit 5ff99901d2
+1 -1
View 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]))