mirror of
https://github.com/tstack/lnav
synced 2024-11-17 15:29:40 +00:00
Merge pull request #229 from sureshsundriyal/wip
[build] Require sqlite3 to be at least version 3.3.9.
This commit is contained in:
commit
3bd29c31ab
@ -128,7 +128,7 @@ fi
|
|||||||
AX_PATH_LIB_PCRE([], [AC_MSG_ERROR([pcre required to build])])
|
AX_PATH_LIB_PCRE([], [AC_MSG_ERROR([pcre required to build])])
|
||||||
AX_PATH_LIB_READLINE
|
AX_PATH_LIB_READLINE
|
||||||
|
|
||||||
LNAV_WITH_SQLITE3("3.0.0")
|
LNAV_WITH_SQLITE3("3.3.9")
|
||||||
|
|
||||||
case "$host_os" in
|
case "$host_os" in
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user