Commit b02a2e24 authored by Ramiro Polla's avatar Ramiro Polla Committed by Jean-Baptiste Kempf

sqlite3 should be >= 3.6.0 because of sqlite3_next_stmt().

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 5824aabb
......@@ -4640,7 +4640,7 @@ dnl
AC_ARG_WITH(sqlite,
[ --with-sqlite=PATH sqlite path linking])
if test "${SYS}" != "darwin"; then
PKG_ENABLE_MODULES_VLC([SQLITE], [], [sqlite3], [sqlite3], [auto])
PKG_ENABLE_MODULES_VLC([SQLITE], [], [sqlite3 >= 3.6.0], [sqlite3], [auto])
else
if test "${enable_sqlite}" != "no"
then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment