Fix the cross compilation check to properly detect android v5.
authorRodrigo Kumpera <kumpera@gmail.com>
Thu, 15 Nov 2012 20:30:40 +0000 (15:30 -0500)
committerRodrigo Kumpera <kumpera@gmail.com>
Thu, 15 Nov 2012 20:30:40 +0000 (15:30 -0500)
commit889fbbb4ce242cfee9d4c79828279ed08a562ae4
treeca08a30d74b142d1a483563ad2781789c572aee9
parent8c355f4a04c98e896d23abd0811f3411acfb53f1
Fix the cross compilation check to properly detect android v5.

* configure.in: We tried to match "arm*-unknown-linux-gnueabi*"
firs and then "armv5-*-linux-androideabi*" which obviously don't
match. Fix that by making the first test more broad.
configure.in