From cca0120b517f1807de55fbab171bdb38e92cafcb Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Thu, 1 Dec 2016 10:50:34 +0000 Subject: [PATCH] build: Fix configure.ac to require md5 if hcache is enabled Fixes: #261 --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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" -- 2.40.0