diff options
Diffstat (limited to 'ext/sysvshm/config.m4')
| -rw-r--r-- | ext/sysvshm/config.m4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/sysvshm/config.m4 b/ext/sysvshm/config.m4 index d5c033f12d..7426c6bab6 100644 --- a/ext/sysvshm/config.m4 +++ b/ext/sysvshm/config.m4 @@ -1,7 +1,9 @@ dnl config.m4 for extension sysvshm -PHP_ARG_ENABLE(sysvshm,whether to enable System V shared memory support, -[ --enable-sysvshm Enable the System V shared memory support]) +PHP_ARG_ENABLE([sysvshm], + [whether to enable System V shared memory support], + [AS_HELP_STRING([--enable-sysvshm], + [Enable the System V shared memory support])]) if test "$PHP_SYSVSHM" != "no"; then AC_DEFINE(HAVE_SYSVSHM, 1, [ ]) |
