From 76e9c2b0ba95d604b5eac15c1a30bced9854e9ba Mon Sep 17 00:00:00 2001 From: Chris Darroch Date: Thu, 10 Apr 2008 20:24:42 +0000 Subject: [PATCH] Fix socache modules' APACHE_MODULE() definitions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@646945 13f79535-47bb-0310-9956-ffa450edef68 --- modules/cache/config.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/cache/config.m4 b/modules/cache/config.m4 index 918b79f364..10b490b0e5 100644 --- a/modules/cache/config.m4 +++ b/modules/cache/config.m4 @@ -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 ]) -- 2.50.1