summaryrefslogtreecommitdiff
path: root/ext/posix/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/posix/config.m4')
-rw-r--r--ext/posix/config.m47
1 files changed, 5 insertions, 2 deletions
diff --git a/ext/posix/config.m4 b/ext/posix/config.m4
index dccdcd69a4..f56f6c60cd 100644
--- a/ext/posix/config.m4
+++ b/ext/posix/config.m4
@@ -1,7 +1,10 @@
dnl config.m4 for extension posix
-PHP_ARG_ENABLE(posix,whether to enable POSIX-like functions,
-[ --disable-posix Disable POSIX-like functions], yes)
+PHP_ARG_ENABLE([posix],
+ [whether to enable POSIX-like functions],
+ [AS_HELP_STRING([--disable-posix],
+ [Disable POSIX-like functions])],
+ [yes])
if test "$PHP_POSIX" = "yes"; then
AC_DEFINE(HAVE_POSIX, 1, [whether to include POSIX-like functions])