From 03ecb7c70bd09a8302212ed3e7f94f9a7b14d099 Mon Sep 17 00:00:00 2001 From: pdmef Date: Mon, 6 Jun 2005 12:26:48 +0000 Subject: [PATCH] Rocco Rutte: - hcache: fix typo in configure.in: ac_dbcreate vs ac_cv_dbcreate spotted by Torsten Veller (fixes https://bugs.gentoo.org/show_bug.cgi?id=95139) (sent in by Thomas Glanzmann) git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@310 e385b8ad-14ed-0310-8656-cc95a2468c6d --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 6d22bdd..49ddc6d 100644 --- a/configure.in +++ b/configure.in @@ -892,7 +892,7 @@ AC_ARG_ENABLE(hcache, AC_HELP_STRING([--enable-hcache], [Enable header caching]) break ]) done - test x$ac_dbcreate = xyes && break + test x$ac_cv_dbcreate = xyes && break fi fi done -- 2.20.1