summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-25 18:37:13 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-25 18:37:13 +0000
commitcc5e0406412a5f8b4e6e7094f6ffa18a65decd74 (patch)
tree9fd40988289c106df95b439653272bb05cbe4d7c /configure
parente3bf64337e58e7bb2419c31fa7e5f1afb7d43142 (diff)
downloadmpv-cc5e0406412a5f8b4e6e7094f6ffa18a65decd74.tar.bz2
mpv-cc5e0406412a5f8b4e6e7094f6ffa18a65decd74.tar.xz
Enable compilation with icc 11.0.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28038 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 b34ed5439f..ae6f4ceea9 100755
--- a/configure
+++ b/configure
@@ -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"
;;
*)