Support icc 10.0.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23522 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2007-06-08 22:04:09 +00:00
parent d9a4093d90
commit dbe1e3f2ea
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1351,7 +1351,7 @@ if test "$_gcc_check" = yes ; then
cc_version="v. ?.??, bad"
cc_verc_fail=yes
;;
8.0|9.1)
8.0|9.1|10.0)
cc_version="$cc_version, ok"
cc_verc_fail=no
;;