From: Peter Kokot Date: Sun, 17 Mar 2019 00:31:28 +0000 (+0100) Subject: Remove duplicate PHP_C_BIGENDIAN check X-Git-Tag: php-7.4.0alpha1~746 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20af19b9b3cbaf2821e56a4252c3b946e04b3190;p=php Remove duplicate PHP_C_BIGENDIAN check The bigendian check is already done via configure.ac and the variable ac_cv_c_bigendian_php is already set. --- diff --git a/ext/hash/config.m4 b/ext/hash/config.m4 index 80fe61bb79..53f57d6dda 100644 --- a/ext/hash/config.m4 +++ b/ext/hash/config.m4 @@ -15,8 +15,6 @@ fi AC_DEFINE(HAVE_HASH_EXT,1,[Have HASH Extension]) -PHP_C_BIGENDIAN - AC_CHECK_SIZEOF(short, 2) AC_CHECK_SIZEOF(int, 4) AC_CHECK_SIZEOF(long, 4)