]> git.sesse.net Git - vlc/commitdiff
Detect mingw for other distros than debian
authorRafaël Carré <funman@videolan.org>
Sat, 14 Oct 2006 20:30:59 +0000 (20:30 +0000)
committerRafaël Carré <funman@videolan.org>
Sat, 14 Oct 2006 20:30:59 +0000 (20:30 +0000)
extras/contrib/bootstrap

index 95e70b4ea21fc788a3e04014794a8ae628184f7b..353301770a2c81903e895f7f184b0dd934a6ef37 100755 (executable)
@@ -108,7 +108,7 @@ case $HOST in
                 echo "PATH = ${PATH}" >> config.mak
             fi
         ;;
-    i586-mingw32msvc)
+    i?86-mingw32*)
             echo "HAVE_WIN32 = 1" >> config.mak
             echo "PKG_CONFIG_PATH = \$(PREFIX)/lib/pkgconfig" >> config.mak
         ;;