From: Emanuele Giaquinta Date: Fri, 14 Sep 2007 18:35:27 +0000 (-0700) Subject: The new MD5 code needs AC_C_BIGENDIAN on big-endian systems X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82f4e3f7556d3e87025e77203dac70e6187e3a6b;p=neomutt The new MD5 code needs AC_C_BIGENDIAN on big-endian systems --- diff --git a/ChangeLog b/ChangeLog index c9b1162f2..50b422808 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,13 @@ -2007-09-11 18:21 +0200 Rocco Rutte (72fdaa70500e) +2007-09-13 09:39 -0700 Brendan Cully (154417d57b9d) + + * configure.ac: Do not clobber --with-bdb argument (closes #2955) + +2007-09-11 18:33 +0200 Rocco Rutte (785c95c8ff9a) + + * commands.c: Enlarge error buffer in mutt_enter_command() to not + truncate option queries. The error buffer gets passed down into + parse_set() using it to report option values. SHORT_STRING is too + short to even print some defaults (e.g. $status_format). * muttlib.c: Let %*X padding share the same code of %>X padding The current implementation of %*X was completely multibyte-unaware and @@ -8,7 +17,7 @@ 2007-09-10 11:14 -0700 Vincent Lefevre (664c5ec1a727) - * ChangeLog, po/fr.po: Updated French translation. + * po/fr.po: Updated French translation. 2007-09-10 08:54 +0200 Rocco Rutte (49d69399cf21) diff --git a/configure.ac b/configure.ac index 8406688bc..71326859a 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,7 @@ AC_CHECK_TOOL(AR, ar, ar) AC_C_INLINE AC_C_CONST +AC_C_BIGENDIAN AC_SYS_LARGEFILE AC_FUNC_FSEEKO