[vlc-commits] configure: really fix -ldl lookup

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


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

configure: really fix -ldl lookup

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

 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index d624ea4..3f53186 100644
--- a/configure.ac
+++ b/configure.ac
@@ -702,8 +702,8 @@ LIBDL=""
 have_dynamic_objects="no"
 VLC_SAVE_FLAGS
 AC_SEARCH_LIBS(dlsym, [dl svld], [
-  AS_IF([test "$ac_cv_search_dlopen" != "none required"], [
-    LIBDL="$ac_cv_search_dlopen"
+  AS_IF([test "$ac_cv_search_dlsym" != "none required"], [
+    LIBDL="$ac_cv_search_dlsym"
   ])
   have_dynamic_objects="yes"
 ])



More information about the vlc-commits mailing list