From: Brendan Cully Date: Sun, 16 Nov 2008 04:24:46 +0000 (-0800) Subject: Use with_tokyocabinet exclusively (with_tc is undefined). X-Git-Tag: mutt-1-5-19-rel~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3835962fcd69d8f9b60718a2fab4e1ef96af6ef6;p=mutt Use with_tokyocabinet exclusively (with_tc is undefined). Closes #3131. --- diff --git a/ChangeLog b/ChangeLog index 7ace8224..a989684a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,18 @@ +2008-11-15 19:51 -0800 Alexey I. Froloff (af87aa1846be) + + * md5.c, md5.h: md5.h, md5.c: updated to latest version from gnulib. + Buggy old md5.h causes problems with gcc 4.3 compiler. In md5.h + __attribute__ is #define'd to no-op and causes mutt_md5 to enter + inifinite loop while calling memcpy(). + +2008-11-15 19:36 -0800 Gary Johnson (01e4deee6827) + + * curs_lib.c, mutt_socket.c, mutt_ssl_gnutls.c, smtp.c: Suppress + several progress messages in batch mode + 2008-11-11 11:41 -0800 Kyle Wheeler (53ffd34f4de3) - * smtp.c: Use envfrom instead of recomputing it in mutt_smpt_send. + * smtp.c: Use envfrom instead of recomputing it in mutt_smtp_send. 2008-10-29 20:49 -0700 TAKAHASHI Tamotsu (c2439fc68cd6) diff --git a/configure.ac b/configure.ac index ac266d61..4322bf20 100644 --- a/configure.ac +++ b/configure.ac @@ -874,8 +874,8 @@ then then if test -n "$with_tokyocabinet" && test "$with_tokyocabinet" != "yes" then - CPPFLAGS="$CPPFLAGS -I$with_tc/include" - LDFLAGS="$LDFLAGS -L$with_tc/lib" + CPPFLAGS="$CPPFLAGS -I$with_tokyocabinet/include" + LDFLAGS="$LDFLAGS -L$with_tokyocabinet/lib" fi AC_CHECK_HEADER(tcbdb.h,