summaryrefslogtreecommitdiff
path: root/ext/soap/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/config.m4')
-rw-r--r--ext/soap/config.m414
1 files changed, 10 insertions, 4 deletions
diff --git a/ext/soap/config.m4 b/ext/soap/config.m4
index d0a99d9624..8ca7eb3156 100644
--- a/ext/soap/config.m4
+++ b/ext/soap/config.m4
@@ -1,11 +1,17 @@
dnl config.m4 for extension soap
-PHP_ARG_ENABLE(soap, whether to enable SOAP support,
-[ --enable-soap Enable SOAP support])
+PHP_ARG_ENABLE([soap],
+ [whether to enable SOAP support],
+ [AS_HELP_STRING([--enable-soap],
+ [Enable SOAP support])])
if test -z "$PHP_LIBXML_DIR"; then
- PHP_ARG_WITH(libxml-dir, libxml2 install dir,
- [ --with-libxml-dir=DIR SOAP: libxml2 install prefix], no, no)
+ PHP_ARG_WITH([libxml-dir],
+ [libxml2 install dir],
+ [AS_HELP_STRING([--with-libxml-dir=DIR],
+ [SOAP: libxml2 install prefix])],
+ [no],
+ [no])
fi
if test "$PHP_SOAP" != "no"; then