summaryrefslogtreecommitdiff
path: root/modules/core
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-07-13 18:59:28 +0000
committerStefan Fritsch <sf@apache.org>2011-07-13 18:59:28 +0000
commit32d9e326efc69b545cb2e8c5d021870bdd20b6df (patch)
tree11ec51285ade43e9524abf56820d9705ec0289f3 /modules/core
parent6b72d583d1ee0e23db6ed4155323fc2aae930491 (diff)
downloadhttpd-32d9e326efc69b545cb2e8c5d021870bdd20b6df.tar.gz
adjustments of build priorities of modules without special dependencies
all -> most: - mod_sed reallyall -> most: - mod_log_debug reallyall -> all: - mod_dav_lock - mod_echo - mod_charset_lite - mod_slotmem_plain - mod_dialup few -> all: - mod_data - mod_reflector - mod_asis most -> all: - mod_heartbeat - mod_heartmonitor - mod_watchdog most -> reallyall: - mod_imagemap - mod_cern_meta - mod_ident See thread at http://mail-archives.apache.org/mod_mbox/httpd-dev/201107.mbox/%3C201107052321.56063.sf@sfritsch.de%3E git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1146227 13f79535-47bb-0310-9956-ffa450edef68
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