* Use SQLite 3.6.23.

This commit is contained in:
Eelco Dolstra 2010-03-23 10:38:59 +00:00
parent e020d80e4e
commit f71ea9c911
1 changed files with 1 additions and 1 deletions

View File

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