Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
cf33018e
Commit
cf33018e
authored
Oct 02, 2014
by
Rémi Denis-Courmont
Browse files
configure: really fix -ldl lookup
parent
33bf55bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
cf33018e
...
...
@@ -702,8 +702,8 @@ LIBDL=""
have_dynamic_objects="no"
VLC_SAVE_FLAGS
AC_SEARCH_LIBS(dlsym, [dl svld], [
AS_IF([test "$ac_cv_search_dl
open
" != "none required"], [
LIBDL="$ac_cv_search_dl
open
"
AS_IF([test "$ac_cv_search_dl
sym
" != "none required"], [
LIBDL="$ac_cv_search_dl
sym
"
])
have_dynamic_objects="yes"
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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