]> granicus.if.org Git - mutt/commitdiff
Use with_tokyocabinet exclusively (with_tc is undefined).
authorBrendan Cully <brendan@kublai.com>
Sun, 16 Nov 2008 04:24:46 +0000 (20:24 -0800)
committerBrendan Cully <brendan@kublai.com>
Sun, 16 Nov 2008 04:24:46 +0000 (20:24 -0800)
Closes #3131.

ChangeLog
configure.ac

index 7ace8224259ab63b7b77279e5442e690cffc72c2..a989684ae96ceb043a6884b6b9d1b3df11841963 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,18 @@
+2008-11-15 19:51 -0800  Alexey I. Froloff  <raorn@altlinux.org>  (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  <garyjohn@spk.agilent.com>  (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  <kyle-mutt-dev@memoryhole.net>  (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  <ttakah@lapis.plala.or.jp>  (c2439fc68cd6)
 
index ac266d61ea88a8f8f6d747dd45f94f5319bf965d..4322bf2044cb57b5e24491a662ee2d557d43f752 100644 (file)
@@ -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,