[vlc-devel] commit: Remove duplicate and buggy --enable-sqlite ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Nov 28 10:55:29 CET 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Nov 28 11:53:47 2009 +0200| [bf835339b51b99220efcbd63f4d1c24b6baa80ac] | committer: Rémi Denis-Courmont 

Remove duplicate and buggy --enable-sqlite

It's already in the pkg-config helper, and there was a syntax error
in the fallback case.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bf835339b51b99220efcbd63f4d1c24b6baa80ac
---

 configure.ac |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index f7aa358..89634ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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




More information about the vlc-devel mailing list