]> git.sesse.net Git - vlc/commitdiff
* Win32 fix.
authorXavier Marchesini <xav@videolan.org>
Fri, 22 Mar 2002 00:24:17 +0000 (00:24 +0000)
committerXavier Marchesini <xav@videolan.org>
Fri, 22 Mar 2002 00:24:17 +0000 (00:24 +0000)
configure
configure.in

index a4777e48c0904d57f1542e28e566c19a8151948d..86e25394873d731513a5ce3782656957c8ae4a3f 100755 (executable)
--- a/configure
+++ b/configure
@@ -8533,7 +8533,7 @@ if test "${enable_plugins+set}" = set; then
 fi
 
 
-if test x$ac_cv_header_dlfcn_h = xno -a x$ac_cv_header_image_h = xno
+if test x$ac_cv_header_dlfcn_h = xno -a x$ac_cv_header_image_h = xno -a x$SYS != xmingw32
 then
   echo "*** Your system doesn't have plug-in support. All plug-ins will be compiled"
   echo "as built-in"
index 3d311cb65c32ba30790cb64e4e3b788eb8fab20b..11fdd07d2cfbb87ca5f7a85b37714d07bb6dc89c 100644 (file)
@@ -1532,7 +1532,8 @@ AC_ARG_ENABLE(plugins,
    fi])
 
 dnl Automagically disable plug-ins if there is no system support for .so files
-if test x$ac_cv_header_dlfcn_h = xno -a x$ac_cv_header_image_h = xno
+dnl don't forget vlc-win32 still can load .so as plugins
+if test x$ac_cv_header_dlfcn_h = xno -a x$ac_cv_header_image_h = xno -a x$SYS != xmingw32
 then
   echo "*** Your system doesn't have plug-in support. All plug-ins will be compiled"
   echo "as built-in"