Skip to content
Snippets Groups Projects
Commit 53779b3c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

configure: fix -ldl detection with the ThreadSanitizer

parent 640b974d
No related branches found
No related tags found
No related merge requests found
......@@ -701,7 +701,7 @@ dnl Check for dynamic plugins
LIBDL=""
have_dynamic_objects="no"
VLC_SAVE_FLAGS
AC_SEARCH_LIBS(dlopen, [dl svld], [
AC_SEARCH_LIBS(dlsym, [dl svld], [
AS_IF([test "$ac_cv_search_dlopen" != "none required"], [
LIBDL="$ac_cv_search_dlopen"
])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment