]> granicus.if.org Git - php/commitdiff
Fix --enable-session=shared
authorSascha Schumann <sas@php.net>
Sat, 4 May 2002 16:48:48 +0000 (16:48 +0000)
committerSascha Schumann <sas@php.net>
Sat, 4 May 2002 16:48:48 +0000 (16:48 +0000)
ext/session/config.m4

index 098e2719567086341369f1823a0d050d90fc6cc4..7259849c7943e8d3ddb1658c6ca40fbdf6a7362f 100644 (file)
@@ -2,12 +2,12 @@ dnl
 dnl $Id$
 dnl
 
-PHP_ARG_ENABLE(session, whether to enable PHP sessions,
-[  --disable-session       Disable session support], yes)
-
 PHP_ARG_WITH(mm,for mm support,
 [  --with-mm[=DIR]         Include mm support for session storage])
 
+PHP_ARG_ENABLE(session, whether to enable PHP sessions,
+[  --disable-session       Disable session support], yes)
+
 if test "$PHP_MM" != "no"; then
   for i in /usr/local /usr $PHP_MM; do
     if test -f "$i/include/mm.h"; then