]> granicus.if.org Git - php/commitdiff
Remove unnecessary test.
authorfoobar <sniper@php.net>
Mon, 19 May 2003 21:45:49 +0000 (21:45 +0000)
committerfoobar <sniper@php.net>
Mon, 19 May 2003 21:45:49 +0000 (21:45 +0000)
ext/xml/config.m4

index 481ee5d6127a3f880b8be0815fddb3e087c570e6..16e748e6df6e2885d9d2be5230a143b3f267f3f3 100644 (file)
@@ -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)