From f21ee09d4aa84dfe7f6669d8cbad2898966bf905 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sat, 21 Jan 2012 10:26:51 +0000 Subject: [PATCH] More configure time dependencies: mod_cache_disk depends on mod_cache mod_heartbeat depends on mod_watchdog git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1234297 13f79535-47bb-0310-9956-ffa450edef68 --- modules/cache/config.m4 | 2 +- modules/cluster/config5.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cache/config.m4 b/modules/cache/config.m4 index e0470fafda..2fe41e1a36 100644 --- a/modules/cache/config.m4 +++ b/modules/cache/config.m4 @@ -23,7 +23,7 @@ case "$host" in esac APACHE_MODULE(cache, dynamic file caching. At least one storage management module (e.g. mod_cache_disk) is also necessary., $cache_objs, , most) -APACHE_MODULE(cache_disk, disk caching module, $cache_disk_objs, , most) +APACHE_MODULE(cache_disk, disk caching module, $cache_disk_objs, , most, , cache) dnl dnl APACHE_CHECK_DISTCACHE diff --git a/modules/cluster/config5.m4 b/modules/cluster/config5.m4 index a925f87205..8667316774 100644 --- a/modules/cluster/config5.m4 +++ b/modules/cluster/config5.m4 @@ -11,7 +11,7 @@ case "$host" in ;; esac -APACHE_MODULE(heartbeat, Generates Heartbeats, $heartbeat_objects, , ) +APACHE_MODULE(heartbeat, Generates Heartbeats, $heartbeat_objects, , , , watchdog) APACHE_MODULE(heartmonitor, Collects Heartbeats, , , ) APACHE_MODPATH_FINISH -- 2.50.1