Fix mutt_dotlock build issue on cygwin (closes #3009).
authorRocco Rutte <pdmef@gmx.net>
Wed, 9 Jan 2008 12:06:01 +0000 (13:06 +0100)
committerRocco Rutte <pdmef@gmx.net>
Wed, 9 Jan 2008 12:06:01 +0000 (13:06 +0100)
ChangeLog
configure.ac

index 176cb80f8458eb73a96b1ba544fa97a38ea13bb0..2851918fef459ab73feb2168cd1ae2430aac59df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-01-09 11:24 +0100  Rocco Rutte  <pdmef@gmx.net>  (0a9a5519a722)
+
+       * init.h: Mention $recall in description for $postpone
+
+2008-01-02 11:47 -0800  Johan Svedberg  <johan@svedberg.com>  (3cf8bc21bc3d)
+
+       * ChangeLog, po/sv.po: Updated Swedish translation
+
 2007-12-11 15:22 +0100  Rocco Rutte  <pdmef@gmx.net>  (68a9c3e74f9a)
 
        * doc/manual.xml.head: Manual: Update caching docs (hcache naming,
index a587156b9197c1219c8d4e0858d224ab4d7c8538..d28557c56ad5b9f7a5d1f1370e5ba07174e45a90 100644 (file)
@@ -514,7 +514,7 @@ if test "x$mutt_cv_setgid" = "xyes" || test "x$mutt_cv_fchdir" = "xno" \
         || test "x$mutt_cv_external_dotlock" = "xyes"
 then
         AC_DEFINE(DL_STANDALONE,1,[ Define if you want to use an external dotlocking program. ])
-        DOTLOCK_TARGET="mutt_dotlock"
+        DOTLOCK_TARGET="mutt_dotlock\$(EXEEXT)"
 else
         MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS dotlock.o"
 fi