From e3f13a4092e5a9c1b645c92eace3712d6eb0da70 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 22 Nov 2009 12:11:16 -0800 Subject: [PATCH] --disable-sqlite-cache --- configure.ac | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configure.ac b/configure.ac index c749af8b0..a599b3e91 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ],