forked from lix-project/lix
* Use SQLite 3.6.23.
This commit is contained in:
parent
e020d80e4e
commit
f71ea9c911
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue