Rocco Rutte:
authorpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Mon, 25 Jul 2005 20:06:07 +0000 (20:06 +0000)
committerpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Mon, 25 Jul 2005 20:06:07 +0000 (20:06 +0000)
- properly quote arg to AC_MSG_ERROR to really make configure bail out if no DB library could be found

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@346 e385b8ad-14ed-0310-8656-cc95a2468c6d

configure.in

index 62515b2..eafe515 100644 (file)
@@ -918,7 +918,7 @@ AC_ARG_ENABLE(hcache, AC_HELP_STRING([--enable-hcache], [Enable header caching])
         LIBS="$OLDLIBS -L$BDB_LIB_DIR -l$BDB_LIB"
         AC_DEFINE(HAVE_DB4, 1, [Sleepycat DB4 Support])
     else
-        AC_MSG_ERROR(You need QDBM, GDBM or Sleepycat DB4 for --enable-hcache)
+        AC_MSG_ERROR([You need one of: QDBM, GDBM or Sleepycat DB4 for --enable-hcache])
     fi
 fi])
 dnl -- end cache --