Fix typo in configure.ac

This commit is contained in:
Asanka Herath
2009-11-26 01:28:35 -05:00
parent b397a69ca7
commit a3a72a77e2

View File

@@ -167,7 +167,7 @@ AM_CONDITIONAL(SQLITE3, test "X$with_sqlite3" = Xyes)
AC_ARG_ENABLE(sqlite-cache, AC_ARG_ENABLE(sqlite-cache,
AS_HELP_STRING([--disable-sqlite-cache],[if you want support for cache in sqlite])) AS_HELP_STRING([--disable-sqlite-cache],[if you want support for cache in sqlite]))
if test "$enable_sqlite_cache" != no; then 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 fi
AM_CONDITIONAL(have_scc, test "$enable_sqlite_cache" != no) AM_CONDITIONAL(have_scc, test "$enable_sqlite_cache" != no)