From 4aa55a7725647357cf8a6b15f9283cc9c1a4fd86 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 21 Oct 2010 12:58:21 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index ae75cbbcab..d269a2fd25 100755 --- a/configure +++ b/configure @@ -2241,7 +2241,7 @@ EOF _optimizing="$proc" ;; - mips) + mips*) arch='mips' iproc='mips' -- cgit v1.2.3