summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-12-20 20:37:45 +0000
committerfoobar <sniper@php.net>2004-12-20 20:37:45 +0000
commit4157e50c0097e089bdd1f2e5d428db7697037af9 (patch)
treeeb968bfc7ad3afc8f956b7d6e5330383465e5a5e /configure.in
parentbc3f6c94d4527e35138f352928a02ad423d6374e (diff)
downloadphp-git-4157e50c0097e089bdd1f2e5d428db7697037af9.tar.gz
Better fix for endian compile problems.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 770a2a2715..0932529864 100644
--- a/configure.in
+++ b/configure.in
@@ -201,6 +201,10 @@ else
AC_MSG_WARN(You will need flex 2.5.4 or later if you want to regenerate Zend/PHP lexical parsers.)
fi
+dnl Check whether byte ordering is bigendian
+PHP_C_BIGENDIAN
+
+
dnl Platform-specific compile settings.
dnl -------------------------------------------------------------------------