[MPlayer-cvslog] r26640 - trunk/configure
diego
subversion at mplayerhq.hu
Thu May 1 19:40:38 CEST 2008
Author: diego
Date: Thu May 1 19:40:38 2008
New Revision: 26640
Log:
Remove obsolete gcc 2.96 warning message. This was also used for e.g. icc,
which makes no sense at all.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu May 1 19:40:38 2008
@@ -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
More information about the MPlayer-cvslog
mailing list