diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-04-19 15:51:45 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-04-23 16:36:31 +0200 |
commit | c39f9e4a5baa7208a791f41531e87f05c43ceb71 (patch) | |
tree | bc4481bf1801b7bef1affc06df1e60b75a2a65cf | |
parent | 36f7c3b1e33e0c90f3ec454f808edc354f574fe4 (diff) | |
download | spice-c39f9e4a5baa7208a791f41531e87f05c43ceb71.tar.gz spice-c39f9e4a5baa7208a791f41531e87f05c43ceb71.tar.xz spice-c39f9e4a5baa7208a791f41531e87f05c43ceb71.zip |
Detect big endian systems
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e1f0c8ee..94cd65f9 100644 --- a/configure.ac +++ b/configure.ac @@ -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) |