Hint at --disable-* options as a workaround for outdated binutils.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23663 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-06-25 13:59:46 +00:00
parent 730e401866
commit 9fd0753d72
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2315,7 +2315,7 @@ if x86_32 ; then
if test "$as_verc_fail" != yes ; then
echores "ok"
else
_res_comment="Upgrade binutils to ${_pref_as_version} ..."
_res_comment="Upgrade binutils to ${_pref_as_version} or use --disable-ssse3 etc."
echores "failed"
die "obsolete binutils version"
fi