more gcc 2.96...

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2444 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-10-24 03:09:23 +00:00
parent 8b32cf14e5
commit afc0724236
1 changed files with 2 additions and 1 deletions

3
configure vendored
View File

@ -447,11 +447,12 @@ esac
echo "$cc_version"
if test "$cc_verc_fail" ; then
cat <<EOF
Please downgrade(upgrade) gcc compiler to gcc-2.95.2+ or gcc-3.0+ version!
Please downgrade/upgrade gcc compiler to gcc-2.95.x or gcc-3.x version!
Note: gcc 2.96 is RedHat's UNOFFICIAL (it can be found only in RedHat,
Mandrake sites or distributions) and BUGGY gcc release. gcc 2.96 is TOTALLY
UNSUPPORTED by us. *** For details please read DOCS/gcc-2.96-3.0.html ***
EOF
die "Bad gcc version"
fi