Force lowercase targetos value for MinGW, we check against lowercase strings.

Originally committed as revision 8578 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 18 years ago
parent 51aeb7aa6e
commit 91c5172d26
  1. 1
      configure

1
configure vendored

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

Loading…
Cancel
Save