From: Pietro Cerutti Date: Thu, 1 Dec 2016 10:50:34 +0000 (+0000) Subject: build: Fix configure.ac to require md5 if hcache is enabled X-Git-Tag: neomutt-20170113~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cca0120b517f1807de55fbab171bdb38e92cafcb;p=neomutt build: Fix configure.ac to require md5 if hcache is enabled Fixes: #261 --- diff --git a/configure.ac b/configure.ac index 10266a30e..4d5526100 100644 --- a/configure.ac +++ b/configure.ac @@ -1118,6 +1118,7 @@ AM_CONDITIONAL(BUILD_HCACHE, test -n "$hcache_db_used") if test -n "$hcache_db_used"; then AC_DEFINE(USE_HCACHE, 1, [Enable header caching]) MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS hcache.o" + need_md5="yes" else # For outputting in the summary hcache_db_used="no"