Commit 7fa090f0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove unused HAVE_DL_WINDOWS

parent 79386146
...@@ -723,7 +723,6 @@ if test "${ac_cv_have_plugins}" = "no"; then ...@@ -723,7 +723,6 @@ if test "${ac_cv_have_plugins}" = "no"; then
if test "${SYS}" = "mingw32" ; then if test "${SYS}" = "mingw32" ; then
AC_CHECK_LIB(kernel32, main, AC_CHECK_LIB(kernel32, main,
[VLC_ADD_LIBS([libvlccore],[-lkernel32]) [VLC_ADD_LIBS([libvlccore],[-lkernel32])
AC_DEFINE(HAVE_DL_WINDOWS, 1, [Define if you have Windows' LoadLibrary])
ac_cv_have_plugins=yes]) ac_cv_have_plugins=yes])
fi fi
fi fi
...@@ -731,7 +730,6 @@ fi ...@@ -731,7 +730,6 @@ fi
# WinCE style # WinCE style
if test "${ac_cv_have_plugins}" = "no"; then if test "${ac_cv_have_plugins}" = "no"; then
if test "${SYS}" = "mingwce"; then if test "${SYS}" = "mingwce"; then
AC_DEFINE(HAVE_DL_WINDOWS, 1, [Define if you have Windows' LoadLibrary])
ac_cv_have_plugins=yes ac_cv_have_plugins=yes
fi fi
fi fi
......
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