Detect big endian systems

This commit is contained in:
Alexander Larsson 2010-04-19 15:51:45 +02:00
parent 36f7c3b1e3
commit c39f9e4a5b

View File

@ -24,6 +24,7 @@ AC_PROG_INSTALL
AC_CANONICAL_HOST
AC_PROG_LIBTOOL
AM_PROG_CC_C_O
AC_C_BIGENDIAN
SPICE_LT_VERSION=m4_format("%d:%d:%d", SPICE_MAJOR, SPICE_MINOR, SPICE_MICRO)
AC_SUBST(SPICE_LT_VERSION)