summaryrefslogtreecommitdiff
path: root/ext/xml
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xml')
-rw-r--r--ext/xml/config.m48
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/xml/config.m4 b/ext/xml/config.m4
index 481ee5d612..16e748e6df 100644
--- a/ext/xml/config.m4
+++ b/ext/xml/config.m4
@@ -2,14 +2,6 @@ dnl
dnl $Id$
dnl
-AC_C_BIGENDIAN
-
-if test "$ac_cv_c_bigendian" = "yes"; then
- order=4321
-else
- order=1234
-fi
-
PHP_ARG_WITH(xml,whether to enable XML support,
[ --without-xml Disable XML support. Requires libxml2.], yes)