configure: Fix detection of mips processor variants

patch by Graham Gower, graham.gower gmail com

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32522 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-10-21 12:58:21 +00:00 committed by Uoti Urpala
parent fb8a99a81b
commit 4aa55a7725
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2241,7 +2241,7 @@ EOF
_optimizing="$proc"
;;
mips)
mips*)
arch='mips'
iproc='mips'