# HG changeset patch # User cehoyos # Date 1314897409 0 # Node ID 8d7f3f0b73437d89249443b5f619c0054f00e8f0 # Parent 4a2c079a1db55fef2360b8f86b911e6d103a7ea2 Intel C Compiler 12.0 is supported, 11.0 is not. diff -r 4a2c079a1db5 -r 8d7f3f0b7343 configure --- 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" ;; *)