diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cee54569e..97c4f96b3 100644 --- a/configure.ac +++ b/configure.ac @@ -427,7 +427,7 @@ dnl http://www.ncsa.illinois.edu/UserInfo/Resources/Software/Intel/Compilers AC_MSG_CHECKING(for ICC) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #if !defined(__ICC) -# error "ICC Not Found" +# error "Not ICC" error #endif ]], [[]])],[ |