From: pdmef Date: Mon, 6 Jun 2005 12:26:48 +0000 (+0000) Subject: Rocco Rutte: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=03ecb7c70bd09a8302212ed3e7f94f9a7b14d099 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 --- 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