diff options
author | Sterling Hughes <sterling@php.net> | 2003-05-02 04:01:42 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2003-05-02 04:01:42 +0000 |
commit | 9345ab623854ae17dee4ba7e316bd1c3865fdac9 (patch) | |
tree | 5cccde70c4857629089ffb8d787b4a8a1717bcb7 | |
parent | 6320f4d9f1e6af47c2bf09a9f24e7354bedd8f00 (diff) | |
download | php-git-9345ab623854ae17dee4ba7e316bd1c3865fdac9.tar.gz |
detect expat-dir
-rw-r--r-- | bundle/expat/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/expat/config.m4 b/bundle/expat/config.m4 index 5895b6ddfa..9852dfc911 100644 --- a/bundle/expat/config.m4 +++ b/bundle/expat/config.m4 @@ -1,7 +1,7 @@ PHP_ARG_BUNDLE(bundle-expat, Whether to enable XML support, [ --disable-bundle-expat Use the bundled expat library], yes) -if test "$PHP_BUNDLE_EXPAT" = "yes"; then +if test "$PHP_BUNDLE_EXPAT" = "yes" && test "$PHP_EXPAT_DIR" = "no"; then AC_C_BIGENDIAN if test "$ac_cv_c_bigendian" = "yes"; then order=4321 |