]> granicus.if.org Git - apache/commitdiff
* The previous patch did not work correctly with neither enable nor disable
authorRuediger Pluem <rpluem@apache.org>
Thu, 17 Apr 2008 20:24:52 +0000 (20:24 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 17 Apr 2008 20:24:52 +0000 (20:24 +0000)
  set. It just set all mod_session_* to 'no'.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@649262 13f79535-47bb-0310-9956-ffa450edef68

modules/session/config.m4

index 5b191bb60758057c6287c8fd8e819f629f4b9798..dbfde56dda1f10f05c951e804a5c4875e93c365a 100644 (file)
@@ -1,14 +1,11 @@
 dnl modules enabled in this directory by default
 
-if test "$enable_session" = "shared"; then
-  session_mods_enable=shared
-elif test "$enable_proxy" = "yes"; then
-  session_mods_enable=yes
+if test -z "$enable_session" ; then
+  session_mods_enable=most
 else
-  session_mods_enable=no
+  session_mods_enable=$enable_session
 fi
 
-
 dnl Session
 
 dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])