From: Ruediger Pluem Date: Wed, 5 Nov 2008 14:41:02 +0000 (+0000) Subject: * mod_mem_cache is dead. So remove all hints on it. X-Git-Tag: 2.3.0~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55b00a33b0ffd2b6d712661bac106b0f5ee25575;p=thirdparty%2Fapache%2Fhttpd.git * mod_mem_cache is dead. So remove all hints on it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711576 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/config.m4 b/modules/cache/config.m4 index 57e728fc46c..a750b9677cc 100644 --- a/modules/cache/config.m4 +++ b/modules/cache/config.m4 @@ -12,16 +12,8 @@ mod_cache.lo dnl cache_storage.lo dnl cache_util.lo dnl " -dnl # list of object files for mod_mem_cache -mem_cache_objs="dnl -mod_mem_cache.lo dnl -cache_cache.lo dnl -cache_pqueue.lo dnl -cache_hash.lo dnl -" APACHE_MODULE(cache, dynamic file caching, $cache_objs, , most) APACHE_MODULE(disk_cache, disk caching module, , , most) -APACHE_MODULE(mem_cache, memory caching module, $mem_cache_objs, , ) AC_DEFUN([CHECK_DISTCACHE], [ AC_MSG_CHECKING(whether Distcache is required)