--disable-sqlite-cache

This commit is contained in:
Love Hornquist Astrand
2009-11-22 12:11:16 -08:00
parent 70104293ba
commit e3f13a4092

View File

@@ -164,6 +164,14 @@ if test "X$with_sqlite3" != Xyes ; then
fi
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.])
fi
AM_CONDITIONAL(have_scc, test "$enable_sqlite_cache" != no)
dnl check for libintl
rk_TEST_PACKAGE(libintl,
[#include <libintl.h>],