summaryrefslogtreecommitdiff
path: root/modules/core
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core')
-rw-r--r--modules/core/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/config.m4 b/modules/core/config.m4
index b97ae11a49..d923056a82 100644
--- a/modules/core/config.m4
+++ b/modules/core/config.m4
@@ -51,7 +51,7 @@ if test -z "$enable_watchdog"; then
if test $ac_cv_define_APR_HAS_THREADS = "no"; then
enable_watchdog="no"
else
- enable_watchdog="most"
+ enable_watchdog=""
fi
fi