summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-24 11:18:12 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-24 11:18:12 +0000
commit9247d5084239b0fd9d0ddc8b396e4676428cb1d8 (patch)
tree1beb5c021565ef21d8d75fcb9d8933a2a645236d
parent5f34c7b2aa07724cd62b1d71c2bed525ac0f7869 (diff)
downloadmpv-9247d5084239b0fd9d0ddc8b396e4676428cb1d8.tar.bz2
mpv-9247d5084239b0fd9d0ddc8b396e4676428cb1d8.tar.xz
Only icc 10.1 will be supported.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26081 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8929ec1b19..00dc45cf2e 100755
--- a/configure
+++ b/configure
@@ -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
;;