summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-25 13:59:46 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-25 13:59:46 +0000
commit9fd0753d7230fbf29c08f1319d88286635e3a143 (patch)
treece5666924fc3ed923cb0da38c2e409dca9669a33 /configure
parent730e401866bbedc313595750ad2bdfa104377fbd (diff)
downloadmpv-9fd0753d7230fbf29c08f1319d88286635e3a143.tar.bz2
mpv-9fd0753d7230fbf29c08f1319d88286635e3a143.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7d38fbfe2c..dee8083914 100755
--- a/configure
+++ b/configure
@@ -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