[tracker] Bumped up sqlite version to > 3.6.11



commit 38f47aa5bfeb1a79747fac358637c05b4d4a429e
Author: Philip Van Hoof <philip codeminded be>
Date:   Tue Sep 1 17:48:17 2009 +0200

    Bumped up sqlite version to > 3.6.11
    
    The sqlite_backup API was introduced in minor version .11 of the
    3.6 series. The previous 3.6 version bump was therefor not
    sufficient for all features of sqlite being used currently.

 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6bd9b1c..4cf92e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -595,7 +595,9 @@ AC_CHECK_HEADERS([sys/inotify.h])
 #  SQLite check
 ####################################################################
 
-SQLITE_REQUIRED=3.6
+# .11 for sqlite_backup API
+
+SQLITE_REQUIRED=3.6.11
 
 PKG_CHECK_MODULES(SQLITE3, [sqlite3 >= $SQLITE_REQUIRED])
 AC_SUBST(SQLITE3_CFLAGS)



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