[tracker] Enable SQLite FTS support by default
- From: Jürg Billeter <juergbi src gnome org>
- To: svn-commits-list gnome org
- Subject: [tracker] Enable SQLite FTS support by default
- Date: Wed, 22 Apr 2009 05:40:04 -0400 (EDT)
commit ea2a078e6f97270abfe5e88c4b0b32e566cdb781
Author: Jürg Billeter <j bitron ch>
Date: Wed Apr 22 11:38:02 2009 +0200
Enable SQLite FTS support by default
---
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 42e5786..e16e113 100644
--- a/configure.ac
+++ b/configure.ac
@@ -347,8 +347,8 @@ AM_CONDITIONAL(HAVE_UNIT_TESTS, test "x$have_unit_tests" = "xyes")
AC_ARG_ENABLE([sqlite_fts],
AS_HELP_STRING([--enable-sqlite-fts],
- [enable SQLite FTS support (default=no)]),,
- [enable_sqlite_fts=no])
+ [enable SQLite FTS support (default=yes)]),,
+ [enable_sqlite_fts=yes])
if test "x$enable_sqlite_fts" != "xno" ; then
AC_DEFINE(HAVE_SQLITE_FTS, 1, [Define if we have SQLite FTS support])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]