[tracker/fts4: 14/17] build: require SQLite 3.7.7 for FTS4



commit b8066010e6459fea6975e9c400742288e9083af2
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Tue Dec 13 11:38:47 2011 +0100

    build: require SQLite 3.7.7 for FTS4

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index de0b6f8..7e4273d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -195,7 +195,8 @@ GUPNP_DLNA_REQUIRED=0.5
 # 3.6.16 to fix test failures
 # 3.6.17 for shared cache mode with virtual tables
 # 3.7.0 for WAL
-SQLITE_REQUIRED=3.7.0
+# 3.7.7 for FTS4
+SQLITE_REQUIRED=3.7.7
 
 # Needed to generate .gir files,
 # see http://live.gnome.org/GnomeGoals/AddGObjectIntrospectionSupport



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]