This commit is contained in:
Eelco Dolstra 2010-08-27 11:09:04 +00:00
parent e437b08250
commit e41ecbf730
1 changed files with 1 additions and 1 deletions

View File

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