]> git.sesse.net Git - vlc/commitdiff
Unused test
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 2 Aug 2009 15:26:01 +0000 (18:26 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 2 Aug 2009 15:26:01 +0000 (18:26 +0300)
configure.ac

index 807f12867847dd8cb32373dd4383e977611d36d9..bc84d5226fd1333b2b5a2fb350cb6d2012b2c7db 100644 (file)
@@ -756,14 +756,6 @@ if test "${ac_cv_have_plugins}" = "no"; then
   fi
 fi
 
-# Whatever style
-if test "${ac_cv_have_plugins}" = "no"; then
-  AC_CHECK_LIB(dld, dld_link,
-   [VLC_ADD_LIBS([libvlccore],[-ldld])
-    AC_DEFINE(HAVE_DL_DLD_LINK, 1, [Define if you have the GNU dld library])
-    ac_cv_have_plugins=yes])
-fi
-
 # Win32 style
 if test "${ac_cv_have_plugins}" = "no"; then
   if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"; then