]> granicus.if.org Git - mutt/commitdiff
Fix hcache build on systems with $(EXEEXT), include it in mutt_md5.
authorMatthias Andree <matthias.andree@gmx.de>
Wed, 13 Jan 2010 18:12:33 +0000 (19:12 +0100)
committerMatthias Andree <matthias.andree@gmx.de>
Wed, 13 Jan 2010 18:12:33 +0000 (19:12 +0100)
configure.ac

index 7cbdd4089eb420807f74173497c21bacdaf5c380..60d5757d581a91d615522ba22bd4a16de6719133 100644 (file)
@@ -1038,7 +1038,7 @@ then
 fi
 
 if test x$db_found != xno ; then
-  MUTT_MD5="mutt_md5"
+  MUTT_MD5="mutt_md5$EXEEXT"
 fi
 AC_SUBST(MUTT_MD5)