gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r10412 - libmicrohttpd


From: gnunet
Subject: [GNUnet-SVN] r10412 - libmicrohttpd
Date: Tue, 23 Feb 2010 09:17:35 +0100

Author: grothoff
Date: 2010-02-23 09:17:35 +0100 (Tue, 23 Feb 2010)
New Revision: 10412

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/configure.ac
Log:
fix

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2010-02-22 18:57:18 UTC (rev 10411)
+++ libmicrohttpd/ChangeLog     2010-02-23 08:17:35 UTC (rev 10412)
@@ -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

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2010-02-22 18:57:18 UTC (rev 10411)
+++ libmicrohttpd/configure.ac  2010-02-23 08:17:35 UTC (rev 10412)
@@ -63,6 +63,7 @@
 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]