[vlc-commits] Remove unused HAVE_DL_WINDOWS
    Rémi Denis-Courmont 
    git at videolan.org
       
    Tue Aug 16 18:20:55 CEST 2011
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Aug 16 14:25:00 2011 +0300| [7fa090f045352cacfc14c80c3a24c643222cd6d2] | committer: Rémi Denis-Courmont
Remove unused HAVE_DL_WINDOWS
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7fa090f045352cacfc14c80c3a24c643222cd6d2
---
 configure.ac |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 1befae9..73a3330 100644
--- a/configure.ac
+++ b/configure.ac
@@ -723,7 +723,6 @@ if test "${ac_cv_have_plugins}" = "no"; then
   if test "${SYS}" = "mingw32" ; then
     AC_CHECK_LIB(kernel32, main,
      [VLC_ADD_LIBS([libvlccore],[-lkernel32])
-      AC_DEFINE(HAVE_DL_WINDOWS, 1, [Define if you have Windows' LoadLibrary])
       ac_cv_have_plugins=yes])
   fi
 fi
@@ -731,7 +730,6 @@ fi
 # WinCE style
 if test "${ac_cv_have_plugins}" = "no"; then
   if test "${SYS}" = "mingwce"; then
-    AC_DEFINE(HAVE_DL_WINDOWS, 1, [Define if you have Windows' LoadLibrary])
     ac_cv_have_plugins=yes
   fi
 fi
    
    
More information about the vlc-commits
mailing list