From b5f1e9cec26e82592668bc75a09e04a74aa5755b Mon Sep 17 00:00:00 2001 From: Suresh Sundriyal Date: Sun, 26 Apr 2015 13:26:11 -0700 Subject: [PATCH] Require sqlite3-v3.6.0 v3.6.0 was the last released version of sqlite3 that I could successfully compile with without any source changes. I could compile with v3.4.2 but that required some code changes which were not really worth the trouble of supporting v3.4.2, which was released on 2007-08-13. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 097f6651..54cd11f6 100644 --- a/configure.ac +++ b/configure.ac @@ -128,7 +128,7 @@ fi AX_PATH_LIB_PCRE([], [AC_MSG_ERROR([pcre required to build])]) AX_PATH_LIB_READLINE -LNAV_WITH_SQLITE3("3.3.9") +LNAV_WITH_SQLITE3("3.6.0") case "$host_os" in *)