--disable-sqlite-cache
This commit is contained in:
@@ -164,6 +164,14 @@ if test "X$with_sqlite3" != Xyes ; then
|
|||||||
fi
|
fi
|
||||||
AM_CONDITIONAL(SQLITE3, test "X$with_sqlite3" = Xyes)
|
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
|
dnl check for libintl
|
||||||
rk_TEST_PACKAGE(libintl,
|
rk_TEST_PACKAGE(libintl,
|
||||||
[#include <libintl.h>],
|
[#include <libintl.h>],
|
||||||
|
Reference in New Issue
Block a user