diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-21 01:42:35 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-21 01:42:35 -0600 |
commit | a62c3d3a19eeaa3389831e859f1cca33621dc82d (patch) | |
tree | 38cfa7c1978418498cf537e99825c8b9397e2f13 /configure.in.in | |
parent | 5f26008bed93e32be3356a4e8e534eebffbed96f (diff) | |
download | tdemultimedia-a62c3d3a19eeaa3389831e859f1cca33621dc82d.tar.gz tdemultimedia-a62c3d3a19eeaa3389831e859f1cca33621dc82d.zip |
Update binutils MMX check
This closes Bug 800
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in.in b/configure.in.in index 0228d19d..465be629 100644 --- a/configure.in.in +++ b/configure.in.in @@ -35,7 +35,7 @@ i?86) then MMX_SUPPORT="no" else - as_ver=`echo $as_ver |sed -e "s/.*version //;s/ .*//"` + as_ver=`echo|as -v 2>&1 | grep ".*version.*" | awk '{print $NF}'` as_major=`echo $as_ver |cut -d. -f1` if test $as_major -gt 2 then |