Enable compilation with icc 11.0.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28038 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2008-11-25 18:37:13 +00:00
parent e3bf64337e
commit cc5e040641
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1488,7 +1488,7 @@ if test "`basename $_cc`" = "icc" || test "`basename $_cc`" = "ecc"; then
cc_version="v. ?.??, bad"
cc_fail=yes
;;
10.1)
10.1|11.0)
cc_version="$cc_version, ok"
;;
*)