From efb301c86c288c01e21dfb5da9f685f33341b2c2 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 15 Jan 2020 12:46:10 -0500 Subject: Document why dircache is not included in --list-modules --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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, -- cgit v1.2.3-54-g00ecf