diff options
author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-06 09:43:42 +0100 |
---|---|---|
committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-06 09:43:42 +0100 |
commit | fe142c3131dcd63afc98c622973f4bde65c0adea (patch) | |
tree | 3a9511cfb940f9657f862ea6b314a4da384987d3 /configure.ac | |
parent | a1116487c0804c2155d3ee0e4217c5721a17d65f (diff) | |
parent | 9ad5ead9668d078d6c5c2ab9a24a0d31d60f79d0 (diff) | |
download | rabbitmq-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.ac | 2 |
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 |