summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsahaltim9 <fabrice.louveau_ext@softathome.com>2015-01-20 15:01:37 +0100
committerCarlos Garnacho <carlosg@gnome.org>2016-05-08 21:49:03 +0200
commit183dbaa03cd361f69f9fb61593446faac84d9c1b (patch)
tree675f9786d976570a810bed1b93720aa07d1b5833
parent2454185dd8a8459c45e4d32e0c3602f14647bbdd (diff)
downloadtracker-183dbaa03cd361f69f9fb61593446faac84d9c1b.tar.gz
configure: Update configure for sqlite3 support 3.7.15
sqlite3_errstr was added in that version. https://bugzilla.gnome.org/show_bug.cgi?id=743245
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e19c8246d..7cf5f6c06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -243,7 +243,8 @@ LIBMEDIAART_REQUIRED=1.9.0
# 3.6.17 for shared cache mode with virtual tables
# 3.7.0 for WAL
# 3.7.9 for FTS4 content= support
-SQLITE_REQUIRED=3.7.9
+# 3.7.15 for sqlite3_errstr() support
+SQLITE_REQUIRED=3.7.15
# Needed to generate .gir files,
# see http://live.gnome.org/GnomeGoals/AddGObjectIntrospectionSupport