changeset 26049:0a21dff6b5ef

Only icc 10.1 will be supported.
author cehoyos
date Sun, 24 Feb 2008 11:18:12 +0000
parents 232cb92a2f1c
children 2f15c078db92
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Feb 24 11:15:30 2008 +0000
+++ b/configure	Sun Feb 24 11:18:12 2008 +0000
@@ -1413,7 +1413,7 @@
       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
       ;;