summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-01-15 12:46:10 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-16 07:48:17 -0500
commitefb301c86c288c01e21dfb5da9f685f33341b2c2 (patch)
tree1c802a0b8423af7aed49cfc6ed9598cea522c067 /configure.ac
parenta623a497778324c4aba570be4217c723d6a3010f (diff)
downloadtor-efb301c86c288c01e21dfb5da9f685f33341b2c2.tar.gz
tor-efb301c86c288c01e21dfb5da9f685f33341b2c2.zip
Document why dircache is not included in --list-modules
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 85ffc1c752..4571768d8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -290,7 +290,7 @@ AM_COND_IF(BUILD_MODULE_RELAY,
[Compile with Relay feature support]))
dnl Dircache module. (This cannot be enabled or disabled independently of
-dnl the relay module.)
+dnl the relay module. It is not listed by --list-modules for this reason.)
AM_CONDITIONAL(BUILD_MODULE_DIRCACHE,
[test "x$enable_module_relay" != "xno"])
AM_COND_IF(BUILD_MODULE_DIRCACHE,