diff options
Diffstat (limited to 'ext/session/config.m4')
| -rw-r--r-- | ext/session/config.m4 | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/ext/session/config.m4 b/ext/session/config.m4 index 82e94342f3..dfb0372529 100644 --- a/ext/session/config.m4 +++ b/ext/session/config.m4 @@ -1,10 +1,17 @@ dnl config.m4 for extension session -PHP_ARG_ENABLE(session, whether to enable PHP sessions, -[ --disable-session Disable session support], yes) +PHP_ARG_ENABLE([session], + [whether to enable PHP sessions], + [AS_HELP_STRING([--disable-session], + [Disable session support])], + [yes]) -PHP_ARG_WITH(mm,for mm support, -[ --with-mm[=DIR] SESSION: Include mm support for session storage], no, no) +PHP_ARG_WITH([mm], + [for mm support], + [AS_HELP_STRING([[--with-mm[=DIR]]], + [SESSION: Include mm support for session storage])], + [no], + [no]) if test "$PHP_SESSION" != "no"; then PHP_PWRITE_TEST |
