diff options
Diffstat (limited to 'ext/session/config.m4')
| -rw-r--r-- | ext/session/config.m4 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ext/session/config.m4 b/ext/session/config.m4 index 5366c4fec0..bf3f3b8105 100644 --- a/ext/session/config.m4 +++ b/ext/session/config.m4 @@ -1,11 +1,13 @@ +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 session support, -[ --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 |
