From b2cb30efc3f8584edf612d400a45eddc232db060 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Tamotsu Date: Fri, 23 Sep 2005 18:38:36 +0000 Subject: [PATCH] Quote an error message. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 237c2ac2c..5d9c57c09 100644 --- a/configure.in +++ b/configure.in @@ -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 -- -- 2.40.0