diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-01 17:40:38 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-01 17:40:38 +0000 |
commit | 974576b0c2596b1792af772b18e1f06cfca41e2a (patch) | |
tree | a8366257b00441e5633e916e5088484fde3512b5 | |
parent | 55cab460a9522ffa992331d78e340fd6f4cfa3dd (diff) | |
download | mpv-974576b0c2596b1792af772b18e1f06cfca41e2a.tar.bz2 mpv-974576b0c2596b1792af772b18e1f06cfca41e2a.tar.xz |
Remove obsolete gcc 2.96 warning message. This was also used for e.g. icc,
which makes no sense at all.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26640 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 22 |
1 files changed, 1 insertions, 21 deletions
@@ -1460,27 +1460,7 @@ fi 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 |