From 9fd0753d7230fbf29c08f1319d88286635e3a143 Mon Sep 17 00:00:00 2001 From: reimar Date: Mon, 25 Jun 2007 13:59:46 +0000 Subject: [PATCH] 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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