summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-08 22:04:09 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-08 22:04:09 +0000
commitdbe1e3f2ea39b508449d5386f4a660f754b14259 (patch)
tree91bd437fdd7ddae73ee73576a9a38a76f1e6038e /configure
parentd9a4093d904f9ca39cde1c70308699535b3d349a (diff)
downloadmpv-dbe1e3f2ea39b508449d5386f4a660f754b14259.tar.bz2
mpv-dbe1e3f2ea39b508449d5386f4a660f754b14259.tar.xz
Support icc 10.0.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23522 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 b1d7ab8736..4b8fb929d1 100755
--- a/configure
+++ b/configure
@@ -1351,7 +1351,7 @@ if test "$_gcc_check" = yes ; then
cc_version="v. ?.??, bad"
cc_verc_fail=yes
;;
- 8.0|9.1)
+ 8.0|9.1|10.0)
cc_version="$cc_version, ok"
cc_verc_fail=no
;;