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
This commit is contained in:
diego 2009-12-23 10:21:53 +00:00
parent 468d5f2e0a
commit dfe6cfd967
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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)