From 91c5172d262ad65dae0a17727b46c3f6caa1b04a Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 31 Mar 2007 18:29:41 +0000 Subject: Force lowercase targetos value for MinGW, we check against lowercase strings. Originally committed as revision 8578 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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 <