summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2011-03-02 07:53:59 +0000
committerUoti Urpala <uau@mplayer2.org>2011-04-13 02:19:54 +0300
commit4496b90f8bbc79cbccc5f17fd08678909a889e43 (patch)
treee5b012469b3ac5f3eab61b1c76006f535700eb5e /configure
parentfa0d14555dd5ba7c39d97888bcb798a0b3ca47c2 (diff)
downloadmpv-4496b90f8bbc79cbccc5f17fd08678909a889e43.tar.bz2
mpv-4496b90f8bbc79cbccc5f17fd08678909a889e43.tar.xz
configure: print correct result variable for armv6t2 test
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32996 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4609eba591..e4c8c9d304 100755
--- a/configure
+++ b/configure
@@ -2615,7 +2615,7 @@ if arm ; then
_armv6t2=no
inline_asm_check '"movt r0, #0"' && _armv6t2=yes
fi
- echores "$_armv6"
+ echores "$_armv6t2"
echocheck "ARM VFP"
if test $_armvfp = "auto" ; then