summaryrefslogtreecommitdiff
path: root/ext/simplexml/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/config.m4')
-rw-r--r--ext/simplexml/config.m415
1 files changed, 11 insertions, 4 deletions
diff --git a/ext/simplexml/config.m4 b/ext/simplexml/config.m4
index f05a477259..a79d6af5e7 100644
--- a/ext/simplexml/config.m4
+++ b/ext/simplexml/config.m4
@@ -1,11 +1,18 @@
dnl config.m4 for extension simplexml
-PHP_ARG_ENABLE(simplexml, whether to enable SimpleXML support,
-[ --disable-simplexml Disable SimpleXML support], yes)
+PHP_ARG_ENABLE([simplexml],
+ [whether to enable SimpleXML support],
+ [AS_HELP_STRING([--disable-simplexml],
+ [Disable SimpleXML support])],
+ [yes])
if test -z "$PHP_LIBXML_DIR"; then
- PHP_ARG_WITH(libxml-dir, libxml2 install dir,
- [ --with-libxml-dir=DIR SimpleXML: libxml2 install prefix], no, no)
+ PHP_ARG_WITH([libxml-dir],
+ [libxml2 install dir],
+ [AS_HELP_STRING([--with-libxml-dir=DIR],
+ [SimpleXML: libxml2 install prefix])],
+ [no],
+ [no])
fi
if test "$PHP_SIMPLEXML" != "no"; then