Commit 30d04776 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Unused test

parent a323173f
...@@ -756,14 +756,6 @@ if test "${ac_cv_have_plugins}" = "no"; then ...@@ -756,14 +756,6 @@ if test "${ac_cv_have_plugins}" = "no"; then
fi fi
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 # Win32 style
if test "${ac_cv_have_plugins}" = "no"; then if test "${ac_cv_have_plugins}" = "no"; then
if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"; then if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment