Force lowercase targetos value for MinGW, we check against lowercase strings.
authorDiego Biurrun <diego@biurrun.de>
Sat, 31 Mar 2007 18:29:41 +0000 (18:29 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 31 Mar 2007 18:29:41 +0000 (18:29 +0000)
Originally committed as revision 8578 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index fba8c7c..e3610e5 100755 (executable)
--- a/configure
+++ b/configure
@@ -1101,6 +1101,7 @@ case `tolower $targetos` in
     FFSERVERLDFLAGS=-Wl,-bind_at_load
     ;;
   mingw32*)
+    targetos=mingw32
     if enabled_all shared static; then
         cat <<EOF
 You can only build one library type at once on MinGW.