Commit 6b856a9d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Refuse to proceed with --disable-shared.

This cannot work the way VLC links its plugins. Too many people shot
themselves in the foot with this option.
parent 4452e098
......@@ -450,6 +450,9 @@ m4_defun([AC_DEPLIBS_CHECK_METHOD],[])
lt_cv_deplibs_check_method=pass_all
AS_IF([test "${enable_shared}" = "no"], [
AC_MSG_ERROR([VLC is based on plugins. Shared libraries cannot be disabled.])
])
dnl
dnl Gettext stuff
......
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