From 4e18fed06427e5e386a0291e8741e7462b792a5c Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 20 Dec 2009 19:12:20 +0000 Subject: Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target. The former is the official name used by the MinGW project. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30089 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 05af22bf37..f88adb8856 100755 --- a/configure +++ b/configure @@ -1434,7 +1434,7 @@ else # if test -z "$_target" qnx) system_name=QNX ;; morphos) system_name=MorphOS ;; amigaos) system_name=AmigaOS ;; - mingw32msvc) system_name=MINGW32 ;; + mingw32) system_name=MINGW32 ;; esac # We need to convert underscores so that values like k6-2 and pentium-mmx can be passed host_arch=$(echo $_target | cut -d '-' -f 1) -- cgit v1.2.3