From e55011097a12599b1b1c966f795f16e51c3260a1 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Fri, 14 Sep 2007 11:35:27 -0700 Subject: [PATCH] The new MD5 code needs AC_C_BIGENDIAN on big-endian systems --- ChangeLog | 13 +++++++++++-- configure.ac | 1 + 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c9b1162f..50b42280 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 8406688b..71326859 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 -- 2.40.0