From: William A. Rowe Jr Date: Fri, 6 Jun 2008 21:45:09 +0000 (+0000) Subject: mod_mem_cache consumes mod_cache, linking this in X-Git-Tag: 2.3.0~539 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87c353a5c03fb1425be7bf5c9be643f9bf3e99e2;p=thirdparty%2Fapache%2Fhttpd.git mod_mem_cache consumes mod_cache, linking this in two modules is an error. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664143 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/config.m4 b/modules/cache/config.m4 index 10b490b0e5d..57e728fc46c 100644 --- a/modules/cache/config.m4 +++ b/modules/cache/config.m4 @@ -18,7 +18,6 @@ mod_mem_cache.lo dnl cache_cache.lo dnl cache_pqueue.lo dnl cache_hash.lo dnl -cache_util.lo dnl " APACHE_MODULE(cache, dynamic file caching, $cache_objs, , most) APACHE_MODULE(disk_cache, disk caching module, , , most)