diff options
| -rw-r--r-- | ext/xml/config.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/xml/config.m4 b/ext/xml/config.m4 index d94750c311..244bff7579 100644 --- a/ext/xml/config.m4 +++ b/ext/xml/config.m4 @@ -13,12 +13,12 @@ else order=12 fi -PHP_ARG_ENABLE(xml,whether to enable XML support, -[ --disable-xml Disable XML support using bundled expat lib], yes) - PHP_ARG_WITH(expat-dir, external libexpat install dir, [ --with-expat-dir=DIR XML: external libexpat install dir]) +PHP_ARG_ENABLE(xml,whether to enable XML support, +[ --disable-xml Disable XML support using bundled expat lib], yes) + if test "$PHP_XML" = "yes"; then AC_DEFINE(HAVE_LIBEXPAT, 1, [ ]) if test "$PHP_EXPAT_DIR" = "no"; then |
