summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-05-04 16:48:01 +0000
committerSascha Schumann <sas@php.net>2002-05-04 16:48:01 +0000
commit3c89ce78433999c498ef55f846ada3d039a991b1 (patch)
tree84d60a4320beab3bb1e25ba2075e7a433d4ddc87
parentd47d8b99c5b4a31451e24abd080c9cd4fff1ea5b (diff)
downloadphp-git-3c89ce78433999c498ef55f846ada3d039a991b1.tar.gz
Fix --enable-xml=shared
-rw-r--r--ext/xml/config.m46
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