add gcc-4.x to the list of compilers displayed

when configure detects an unsupported compiler


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20091 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2006-10-06 13:19:06 +00:00
parent 84767439c9
commit cf1f02a6cd
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -741,12 +741,12 @@ if test "$_gcc_check" = yes ; then
if test "$cc_verc_fail" = yes ; then
cat <<EOF
*** Please downgrade/upgrade C compiler to version gcc-2.95.x or gcc-3.x! ***
*** 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.x version!
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,