summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-06 13:19:06 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-06 13:19:06 +0000
commitcf1f02a6cdb844a3412da0570b772324a7d12916 (patch)
tree0414895607dd535a6d7603c625a07be1c444badc /configure
parent84767439c98a1da0a62395c29b03a0433dd97c40 (diff)
downloadmpv-cf1f02a6cdb844a3412da0570b772324a7d12916.tar.bz2
mpv-cf1f02a6cdb844a3412da0570b772324a7d12916.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 5990d3fc4e..9958a2355d 100755
--- a/configure
+++ b/configure
@@ -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,