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
53779b3c
Commit
53779b3c
authored
Oct 02, 2014
by
Rémi Denis-Courmont
Browse files
configure: fix -ldl detection with the ThreadSanitizer
parent
640b974d
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
53779b3c
...
...
@@ -701,7 +701,7 @@ dnl Check for dynamic plugins
LIBDL=""
have_dynamic_objects="no"
VLC_SAVE_FLAGS
AC_SEARCH_LIBS(dl
open
, [dl svld], [
AC_SEARCH_LIBS(dl
sym
, [dl svld], [
AS_IF([test "$ac_cv_search_dlopen" != "none required"], [
LIBDL="$ac_cv_search_dlopen"
])
...
...
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