added endian hack
This commit is contained in:
parent
2f89a2be7d
commit
93647a41c2
|
@ -4,7 +4,6 @@ dnl -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
|||
dnl Autoconf does not seems to fit the needs of dynamic linking well -bri
|
||||
|
||||
dnl -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
||||
dnl We might want AC_WORDS_BIGENDIAN in the future.
|
||||
dnl We might want AC_CHAR_UNSIGNED in the future.
|
||||
|
||||
dnl -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
||||
|
@ -194,7 +193,7 @@ AC_PROG_INSTALL
|
|||
AC_C_CONST
|
||||
|
||||
AC_C_BIGENDIAN
|
||||
if [ $ac_cv_c_bigendian = no ] ; then
|
||||
if test $ac_cv_c_bigendian = no ; then
|
||||
ENDIAN=little
|
||||
else
|
||||
ENDIAN=big
|
||||
|
|
Loading…
Reference in New Issue