[vlc-commits] configure: fix -ldl detection with the ThreadSanitizer

Rémi Denis-Courmont git at videolan.org
Thu Oct 2 19:50:36 CEST 2014


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Oct  2 20:43:41 2014 +0300| [53779b3cbab139a53c4ede9f3b16a122bd79c0a4] | committer: Rémi Denis-Courmont

configure: fix -ldl detection with the ThreadSanitizer

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=53779b3cbab139a53c4ede9f3b16a122bd79c0a4
---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 3953f7a..d624ea4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"
   ])



More information about the vlc-commits mailing list