]> granicus.if.org Git - mutt/commitdiff
Quote an error message.
authorTAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
Fri, 23 Sep 2005 18:38:36 +0000 (18:38 +0000)
committerTAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
Fri, 23 Sep 2005 18:38:36 +0000 (18:38 +0000)
configure.in

index 237c2ac2cc4aafdb10f37c62135d1074ba65a872..5d9c57c09cdd788d995bc9f97a221dd9ed0d848c 100644 (file)
@@ -825,7 +825,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, Sleepycat DB4 or GDBM for --enable-hcache)
+        AC_MSG_ERROR([You need QDBM, GDBM or Sleepycat DB4 for hcache])
     fi
 fi])
 dnl -- end cache --