]> git.sesse.net Git - vlc/commitdiff
Remove duplicate and buggy --enable-sqlite
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 28 Nov 2009 09:53:47 +0000 (11:53 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 28 Nov 2009 09:53:47 +0000 (11:53 +0200)
It's already in the pkg-config helper, and there was a syntax error
in the fallback case.

configure.ac

index f7aa35887263a571955146bde2dd1fde09435b8e..89634aee4cb7ced211bea4d0508d01885fe1f13f 100644 (file)
@@ -4814,11 +4814,8 @@ fi
 dnl
 dnl SQLite
 dnl
-AC_ARG_ENABLE(sqlite,
-  [  --enable-sqlite   SQLite (default disabled)],,
-  [enable_sqlite = "no"])
 AC_ARG_WITH(sqlite,
-  [    --with-sqlite=PATH sqlite path linking])
+  [  --with-sqlite=PATH      sqlite path linking])
 if test "${SYS}" != "darwin"; then
   PKG_ENABLE_MODULES_VLC([SQLITE], [], [sqlite3], [sqlite3], [auto])
 else