This commit is contained in:
Eelco Dolstra 2011-06-27 08:04:54 +00:00
parent 4891b21f34
commit e4d8148585
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=3070602
SQLITE_VERSION=3070707
AC_SUBST(SQLITE_VERSION)
if test -z "$sqlite"; then
sqlite_lib='${top_builddir}/externals/sqlite-autoconf-$(SQLITE_VERSION)/libsqlite3.la'