configure/autoconf_cache: endian fix in ppc32
This commit is contained in:
parent
b5fd7971b5
commit
ad7ab5c568
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue