summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-03-31 18:29:41 +0000
committerDiego Biurrun <diego@biurrun.de>2007-03-31 18:29:41 +0000
commit91c5172d262ad65dae0a17727b46c3f6caa1b04a (patch)
treecb679d3d64ef49613be04e0036287cea944c88a5 /configure
parent51aeb7aa6e7386859af5fb60749fd5ce3187db25 (diff)
Force lowercase targetos value for MinGW, we check against lowercase strings.
Originally committed as revision 8578 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index fba8c7c07e..e3610e55c1 100755
--- 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.