mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
Merge branch 'tor-github/pr/1353'
This commit is contained in:
commit
6712fb9e27
3
changes/bug31825
Normal file
3
changes/bug31825
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
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.
|
dnl Directory Authority module.
|
||||||
AC_ARG_ENABLE([module-dirauth],
|
AC_ARG_ENABLE([module-dirauth],
|
||||||
AS_HELP_STRING([--disable-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
|
[], dnl Action if-given
|
||||||
AC_DEFINE([HAVE_MODULE_DIRAUTH], [1],
|
AC_DEFINE([HAVE_MODULE_DIRAUTH], [1],
|
||||||
[Compile with Directory Authority feature support]))
|
[Compile with Directory Authority feature support]))
|
||||||
|
Loading…
Reference in New Issue
Block a user