Only icc 10.1 will be supported.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26081 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2008-02-24 11:18:12 +00:00
parent 5f34c7b2aa
commit 9247d50842
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

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