]> granicus.if.org Git - apache/commitdiff
mod_mem_cache needs cache_hash.lo in order to link properly
authorCliff Woolley <jwoolley@apache.org>
Mon, 6 May 2002 00:58:16 +0000 (00:58 +0000)
committerCliff Woolley <jwoolley@apache.org>
Mon, 6 May 2002 00:58:16 +0000 (00:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94934 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/config.m4

index 9194444872ed95cc73f523f24f046aba1863c50f..20fa4668a88e99588abf94e913cf279cc07b79d6 100644 (file)
@@ -15,9 +15,14 @@ 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_hash.lo dnl
+" 
 APACHE_MODULE(cache, dynamic file caching, $cache_objs, , no)
 APACHE_MODULE(disk_cache, disk caching module, , , no)
-APACHE_MODULE(mem_cache, memory caching module, , , no)
+APACHE_MODULE(mem_cache, memory caching module, $mem_cache_objs, , no)
 APACHE_MODULE(example, example and demo module, , , no)
 APACHE_MODULE(ext_filter, external filter module, , , no)
 APACHE_MODULE(case_filter, example uppercase conversion filter, , , no)