1
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 22:37:28 +01:00

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
This commit is contained in:
diego 2008-05-01 17:40:38 +00:00
parent 55cab460a9
commit 974576b0c2

22
configure vendored
View File

@ -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