summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-08 12:55:10 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-08 12:55:10 +0000
commit78bd23dd5a1fe050440f9eb3746b64be0965e9a8 (patch)
tree66dcfcc2608fb801af1b04b48a573228ec7da402 /configure
parent151e8cceec6bc6803fb29685b4f95b2ed0e0ca8c (diff)
downloadmpv-78bd23dd5a1fe050440f9eb3746b64be0965e9a8.tar.bz2
mpv-78bd23dd5a1fe050440f9eb3746b64be0965e9a8.tar.xz
Allow usage of icc 10.1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25321 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 214b0c28ee..0aa8cc7f5d 100755
--- a/configure
+++ b/configure
@@ -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
;;