aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2011-02-08 12:30:28 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2011-02-08 12:30:28 +0000
commitc0340eec5ac175f7b757d883aca71d1a4382c641 (patch)
treee7b321eb0de1da1fc1170c4749d3e8e67cf72cbe
parent0304fda3cfdbd1e0cbc939b667cbe833eb726be1 (diff)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 46e825899..e34e4ba3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -247,7 +247,7 @@ AC_ARG_WITH(sqlite, AC_HELP_STRING([--with-sqlite=PATH],
[prefix of SQLite]),
sqlite=$withval, sqlite=)
AM_CONDITIONAL(HAVE_SQLITE, test -n "$sqlite")
-SQLITE_VERSION=3070400
+SQLITE_VERSION=3070500
AC_SUBST(SQLITE_VERSION)
if test -z "$sqlite"; then
sqlite_lib='${top_builddir}/externals/sqlite-autoconf-$(SQLITE_VERSION)/libsqlite3.la'