Author: jfrederic.clere(a)jboss.com
Date: 2014-01-26 04:19:35 -0500 (Sun, 26 Jan 2014)
New Revision: 3192
Modified:
trunk/httpd/httpd-2.2/modules/mod_slotmem/config5.m4
Log:
Rollback previous patches.
Modified: trunk/httpd/httpd-2.2/modules/mod_slotmem/config5.m4
===================================================================
--- trunk/httpd/httpd-2.2/modules/mod_slotmem/config5.m4 2014-01-25 17:56:36 UTC (rev
3191)
+++ trunk/httpd/httpd-2.2/modules/mod_slotmem/config5.m4 2014-01-26 09:19:35 UTC (rev
3192)
@@ -1,10 +1,10 @@
dnl modules enabled in this directory by default
-APACHE_MODPATH_INIT(cluster_slotmem)
+APACHE_MODPATH_INIT(mod_slotmem)
-if test "$enable_cluster_slotmem" = "shared"; then
+if test "$enable_mod_slotmem" = "shared"; then
mod_slotmem_mods_enable=shared
-elif test "$enable_cluster_slotmem" = "yes"; then
+elif test "$enable_mod_slotmem" = "yes"; then
mod_slotmem_mods_enable=yes
else
mod_slotmem_mods_enable=no
@@ -12,6 +12,6 @@
slotmem_objects="mod_sharedmem.lo sharedmem_util.lo"
-APACHE_MODULE(cluster_slotmem, A slotmem provider for mod_cluster, $slotmem_objects, ,
$mod_slotmem_mods_enable)
+APACHE_MODULE(slotmem, A slotmem provider for mod_cluster, $slotmem_objects, ,
$mod_slotmem_mods_enable)
APACHE_MODPATH_FINISH
Show replies by date