summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-01-08 19:09:33 -0800
committerKevin McCarthy <kevin@8t8.us>2020-01-09 14:09:57 -0800
commitacd49f242c867583856973fd8644a45e53f56489 (patch)
treeed0900d824568b35cab7539f1c5e418447c246e2 /configure.ac
parent46e1d670fb1a0fff094c29f82034f58635f018d5 (diff)
Convert hcachever.sh.in to hcachever.pl.
Use Digest::MD5 to remove build-time dependency on mutt_md5, for cross-compilation support.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 7fe55402..7906ce35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1283,11 +1283,6 @@ then
MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS md5.o"
fi
-if test x$db_found != xno ; then
- MUTT_MD5="mutt_md5$EXEEXT"
-fi
-AC_SUBST(MUTT_MD5)
-
AC_SUBST(MUTTLIBS)
AC_SUBST(MUTT_LIB_OBJECTS)
AC_SUBST(LIBIMAP)
@@ -1677,5 +1672,5 @@ fi
AC_CONFIG_FILES(Makefile contrib/Makefile doc/Makefile imap/Makefile
intl/Makefile m4/Makefile po/Makefile.in autocrypt/Makefile
- hcachever.sh doc/instdoc.sh)
+ doc/instdoc.sh)
AC_OUTPUT