Allow usage of icc 10.1

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25321 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2007-12-08 12:55:10 +00:00
parent 151e8cceec
commit 78bd23dd5a
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

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