diff options
Diffstat (limited to 'ext/sysvmsg/config.m4')
| -rw-r--r-- | ext/sysvmsg/config.m4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/sysvmsg/config.m4 b/ext/sysvmsg/config.m4 index e14fd2d634..3731fe9940 100644 --- a/ext/sysvmsg/config.m4 +++ b/ext/sysvmsg/config.m4 @@ -1,7 +1,9 @@ dnl config.m4 for extension sysvmsg -PHP_ARG_ENABLE(sysvmsg,whether to enable System V IPC support, -[ --enable-sysvmsg Enable sysvmsg support]) +PHP_ARG_ENABLE([sysvmsg], + [whether to enable System V IPC support], + [AS_HELP_STRING([--enable-sysvmsg], + [Enable sysvmsg support])]) if test "$PHP_SYSVMSG" != "no"; then AC_CHECK_HEADER([sys/msg.h], |
