You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2008/06/06 23:45:10 UTC

svn commit: r664143 - /httpd/httpd/trunk/modules/cache/config.m4

Author: wrowe
Date: Fri Jun  6 14:45:09 2008
New Revision: 664143

URL: http://svn.apache.org/viewvc?rev=664143&view=rev
Log:
mod_mem_cache consumes mod_cache, linking this in
two modules is an error.

Modified:
    httpd/httpd/trunk/modules/cache/config.m4

Modified: httpd/httpd/trunk/modules/cache/config.m4
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/cache/config.m4?rev=664143&r1=664142&r2=664143&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/cache/config.m4 (original)
+++ httpd/httpd/trunk/modules/cache/config.m4 Fri Jun  6 14:45:09 2008
@@ -18,7 +18,6 @@
 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)