Commit 84e68e25 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

configure.ac: do not warn against shared if you aren't building VLC

parent f0dfd71b
......@@ -95,7 +95,7 @@ AS_IF([test -n "${with_binary_version}"],[
])
dnl Check how we are asked to build
AS_IF([test "${enable_shared}" = "no"], [
AS_IF([test "${enable_shared}" = "no" -a "${enable_vlc}" != "no"], [
AC_MSG_ERROR([VLC is based on plugins. Shared libraries cannot be disabled.])
])
......
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