]> git.sesse.net Git - vlc/commitdiff
Remove old HAVE_DL_DLOPEN definition
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 23 Aug 2011 15:03:50 +0000 (18:03 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 23 Aug 2011 14:52:10 +0000 (17:52 +0300)
configure.ac

index 0f7ea99148e664be619b6437585d3b467b7b247c..9fc4892559e89e61674d77838bb3c0e704e6dc89 100644 (file)
@@ -728,7 +728,6 @@ if test "${ac_cv_have_plugins}" = "no" -o "${SYS}" = "darwin"; then
     ])
   ])
   if test "${ac_cv_my_have_dlopen}" = "yes"; then
-    AC_DEFINE(HAVE_DL_DLOPEN, 1, [Define if you have the dlopen API])
     ac_cv_have_plugins=yes
     VLC_ADD_LIBS([libvlccore realvideo lua],[$LIBDL])
   fi