From: Sascha Schumann Date: Sat, 4 May 2002 16:48:01 +0000 (+0000) Subject: Fix --enable-xml=shared X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c89ce78433999c498ef55f846ada3d039a991b1;p=php Fix --enable-xml=shared --- 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