Mercurial > mplayer.hg
changeset 26608:8bcfc2e6a65e
Remove obsolete gcc 2.96 warning message. This was also used for e.g. icc,
which makes no sense at all.
author | diego |
---|---|
date | Thu, 01 May 2008 17:40:38 +0000 |
parents | 05b0039be9aa |
children | d2d9e6b2732f |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 21 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu May 01 17:32:52 2008 +0000 +++ b/configure Thu May 01 17:40:38 2008 +0000 @@ -1460,27 +1460,7 @@ test "$cc_fail" = "no" && break done fi # icc - if test "$cc_fail" = yes ; then - cat <<EOF - -*** Please downgrade/upgrade C compiler to version gcc-2.95, 3.x or 4.x! *** - -You are not using a supported compiler. We do not have the time to make sure -everything works with compilers other than the ones we use. Use either the -same compiler as we do, or use --disable-gcc-check but DO *NOT* REPORT BUGS -unless you can reproduce them after recompiling with a 2.95.x or 3/4.x version! - -Note for gcc 2.96 users: Some versions of this compiler are known to miscompile -mplayer and lame (which is used for mencoder). If you get compile errors, -first upgrade to the latest 2.96 release (minimum 2.96-85) and try again. -If the problem still exists, try with gcc 3.x (or 2.95.x) *BEFORE* reporting -bugs! - - GCC 2.96 IS NOT AND WILL NOT BE SUPPORTED BY US ! - -EOF - die "Bad gcc version" - fi +test "$cc_fail" = yes && die "unsupported compiler version" echocheck "host cc" test "$_host_cc" || _host_cc=$_cc