summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-09-10 08:43:38 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-09-10 08:43:38 +0000
commit03218827e98d1ae2f85319b0626913c9cc585ac7 (patch)
tree8f77b6b53bb1e26e5d342d98f8222f3445ee7bab /configure.ac
parent8998ef0ed1e47758a5add024f4aa78cf4d31684e (diff)
downloadmpfr-03218827e98d1ae2f85319b0626913c9cc585ac7.tar.gz
[configure.ac] Updated a URL concerning the "IntelĀ® C++ Compiler 9.0
for Linux Release Notes" (the URL was not archived). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@14106 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.ac')
-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)