]> git.sesse.net Git - vlc/commitdiff
sqlite3 should be >= 3.6.0 because of sqlite3_next_stmt().
authorRamiro Polla <ramiro.polla@gmail.com>
Fri, 8 Jan 2010 18:06:45 +0000 (16:06 -0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 8 Jan 2010 18:46:54 +0000 (19:46 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
configure.ac

index 40a9029a0f6e7ba866cd6841f8a00675288f6712..77fbb29418e9499a43c038dae855e25c2d912827 100644 (file)
@@ -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