From a3a72a77e2b1f672857659aa7e5ecb38f506076e Mon Sep 17 00:00:00 2001 From: Asanka Herath Date: Thu, 26 Nov 2009 01:28:35 -0500 Subject: [PATCH] Fix typo in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5bca7c6c0..33631f4cc 100644 --- a/configure.ac +++ b/configure.ac @@ -167,7 +167,7 @@ AM_CONDITIONAL(SQLITE3, test "X$with_sqlite3" = Xyes) AC_ARG_ENABLE(sqlite-cache, AS_HELP_STRING([--disable-sqlite-cache],[if you want support for cache in sqlite])) if test "$enable_sqlite_cache" != no; then - AC_DEFINE(HAVE_SCC, 1, [Define if you want support for DCE/DFS PAG's.]) + AC_DEFINE(HAVE_SCC, 1, [Define if you want support for cache in sqlite.]) fi AM_CONDITIONAL(have_scc, test "$enable_sqlite_cache" != no)