Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
84e68e25
Commit
84e68e25
authored
Nov 23, 2010
by
Jean-Baptiste Kempf
Browse files
configure.ac: do not warn against shared if you aren't building VLC
parent
f0dfd71b
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
84e68e25
...
...
@@ -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.])
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment