]> granicus.if.org Git - apache/commitdiff
Fix socache modules' APACHE_MODULE() definitions.
authorChris Darroch <chrisd@apache.org>
Thu, 10 Apr 2008 20:24:42 +0000 (20:24 +0000)
committerChris Darroch <chrisd@apache.org>
Thu, 10 Apr 2008 20:24:42 +0000 (20:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@646945 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/config.m4

index 918b79f36401cf93689fceb947e44fae6131df54..10b490b0e5d2579bc17b528d55d7dd42830b7297 100644 (file)
@@ -97,9 +97,9 @@ ap_ssltk_dc="no"])
   fi
 ])
 
-APACHE_MODULE(socache_shmcb,  shmcb small object cache provider, , most)
-APACHE_MODULE(socache_dbm, dbm small object cache provider, , most)
-APACHE_MODULE(socache_memcache, memcache small object cache provider, , most)
+APACHE_MODULE(socache_shmcb,  shmcb small object cache provider, , most)
+APACHE_MODULE(socache_dbm, dbm small object cache provider, , most)
+APACHE_MODULE(socache_memcache, memcache small object cache provider, , most)
 APACHE_MODULE(socache_dc, distcache small object cache provider, , , no, [
    CHECK_DISTCACHE
 ])