summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-06 09:43:42 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-06 09:43:42 +0100
commitfe142c3131dcd63afc98c622973f4bde65c0adea (patch)
tree3a9511cfb940f9657f862ea6b314a4da384987d3 /configure.ac
parenta1116487c0804c2155d3ee0e4217c5721a17d65f (diff)
parent9ad5ead9668d078d6c5c2ab9a24a0d31d60f79d0 (diff)
downloadrabbitmq-c-github-ask-fe142c3131dcd63afc98c622973f4bde65c0adea.tar.gz
merge bug24349 into default (rabbitmq-c should work on platforms that don't support unaligned accesses)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2bf9433..e6aac32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,6 +45,8 @@ AS_IF([test "x$GCC" = "xyes"], [CFLAGS="$CFLAGS -ansi -pedantic"])
AC_C_INLINE
CFLAGS="$orig_cflags"
+AC_C_BIGENDIAN
+
dnl Decide which API abstraction layer to use
PLATFORM_DIR=unix
if test "x$windows" = xyes ; then