changeset 33946:8d7f3f0b7343

Intel C Compiler 12.0 is supported, 11.0 is not.
author cehoyos
date Thu, 01 Sep 2011 17:16:49 +0000
parents 4a2c079a1db5
children 3867c67b35a3
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Sep 01 17:08:58 2011 +0000
+++ b/configure	Thu Sep 01 17:16:49 2011 +0000
@@ -1612,7 +1612,7 @@
       cc_version="v. ?.??, bad"
       cc_fail=yes
       ;;
-    10.1|11.0|11.1)
+    10.1|11.1|12.0)
       cc_version="$cc_version, ok"
       ;;
     *)