configure/autoconf_cache: endian fix in ppc32

This commit is contained in:
q66 2020-04-30 01:09:45 +02:00
parent b5fd7971b5
commit ad7ab5c568
1 changed files with 4 additions and 2 deletions

View File

@ -196,8 +196,10 @@ ac_cv_have_control_in_msghdr=${ac_cv_have_control_in_msghdr='yes'}
# vim
ac_cv_sizeof_int=${ac_cv_sizeof_int='4'}
#modphp
ac_cv_c_bigendian_php=${ac_cv_c_bigendian_php=yes}
#modphp
if [ "$XBPS_TARGET_ENDIAN" != "le" ]; then
ac_cv_c_bigendian_php=${ac_cv_c_bigendian_php=yes}
fi
ac_cv_sizeof_ptrdiff_t=${ac_cv_sizeof_ptrdiff_t=4}
# apache2 (note other apache stanza in this file)