* Use SQLite 3.7.6.2.

This commit is contained in:
Eelco Dolstra 2011-05-03 16:17:24 +00:00
parent d94cb02bfe
commit 4891b21f34
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,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=3070500
SQLITE_VERSION=3070602
AC_SUBST(SQLITE_VERSION)
if test -z "$sqlite"; then
sqlite_lib='${top_builddir}/externals/sqlite-autoconf-$(SQLITE_VERSION)/libsqlite3.la'