From dfe6cfd9670f520d6f09d124667fac0e22ae9761 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 23 Dec 2009 10:21:53 +0000 Subject: Allow passing variants of "mingw32" as system name to --target. This ensures backwards compatibility after switching from "mingw32msvc" to "mingw32". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30101 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index f88adb8856..79a3395021 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 ;; - mingw32) 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