Commit bf835339 authored by Rémi Denis-Courmont's avatar 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.
parent eeb1d41b
......@@ -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
......
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