This commit is contained in:
TLINDEN
2013-11-19 21:04:14 +01:00
parent 04dbf19381
commit b9c318e9b9

View File

@@ -236,7 +236,7 @@ AC_LANG_PROGRAM([[]],[[long one= 1; exit(!(*((char *)(&one)))); ]])],
) )
if test -n "$bigendian"; then if test -n "$bigendian"; then
CFLAGS="$CFLAGS -D__BIG_ENDIAN=1" CFLAGS="$CFLAGS -D__CPU_IS_BIG_ENDIAN=1"
fi fi
AC_SUBST(PACKAGE_VERSION) AC_SUBST(PACKAGE_VERSION)