]> granicus.if.org Git - php/commitdiff
Fix --enable-xml=shared
authorSascha Schumann <sas@php.net>
Sat, 4 May 2002 16:48:01 +0000 (16:48 +0000)
committerSascha Schumann <sas@php.net>
Sat, 4 May 2002 16:48:01 +0000 (16:48 +0000)
ext/xml/config.m4

index d94750c311ba652e95a0bf79d7ab29b1d4180150..244bff7579f260007561b5e0a8e58252ddc8b445 100644 (file)
@@ -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