summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bf7c8835e..efe6e9afb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -439,7 +439,7 @@ dnl to "icc -help", both options are equivalent; it also suggests
dnl to use -fp-model <arg> instead of -mp, but what is <arg>? Anyway
dnl -mieee-fp solves the tset_d failure due to a negative zero. This
dnl option has been introduced in ICC 9.0 for Linux (2005-06):
-dnl http://www.ncsa.illinois.edu/UserInfo/Resources/Software/Intel/Compilers/9.0/C_ReleaseNotes.htm
+dnl https://climserv.ipsl.polytechnique.fr/documentation/intel-icc/ReleaseNotes.htm
AC_MSG_CHECKING(for non-MS-Windows ICC)
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
#if (!defined(__ICC) && !defined(__INTEL_COMPILER)) || defined(_WIN32)