commit 2fb1e810a3f5bca2b32f946b3a33b6faebb54f6d
parent 53f06907c79cb09eafd8b50d8debceb0a179be1e
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 23 Feb 2010 08:17:35 +0000
fix
Diffstat:
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Feb 23 09:16:15 CET 2010
+ Added configure check for endianness to define WORDS_BIGENDIAN
+ which fixes SSL support on big endian architectures. -JA/CG
+
Sat Feb 20 10:01:09 CET 2010
Added check for inconsistent options (MHD_OPTION_PROTOCOL_VERSION
without MHD_USE_SSL) causing instant segfault. -JA/CG
diff --git a/configure.ac b/configure.ac
@@ -63,6 +63,7 @@ AC_CANONICAL_HOST
AM_PROG_CC_C_O
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
+AC_C_BIGENDIAN
# set GCC options
# use '-fno-strict-aliasing', but only if the compiler can take it