summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-02 16:52:15 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-02 16:52:15 +0000
commit4af4078ced45287e8effeaa6612773084377ceb1 (patch)
tree7c54384fecf8e24ff39edc2acb29a9a016dea6e9 /configure.in
parent9db402ecdaa81223f3910b379a546c45f44db4a1 (diff)
downloadgcc-4af4078ced45287e8effeaa6612773084377ceb1.tar.gz
* configure.in: Update MPFR version in error message.
* configure: Regenerate. gcc: * doc/install.texi: Update recommended MPFR version. Remove obsolete reference to cumulative patch. gcc/testsuite: * gcc.dg/torture/builtin-sin-mpfr-1.c: Update MPFR comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119447 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f9d6bca3bc3..094e910131e 100644
--- a/configure.in
+++ b/configure.in
@@ -1130,7 +1130,7 @@ fi
CFLAGS="$saved_CFLAGS"
if test -d ${srcdir}/gcc && test x$have_gmp != xyes; then
- AC_MSG_ERROR([Building GCC requires GMP 4.1+ and MPFR 2.2+.
+ AC_MSG_ERROR([Building GCC requires GMP 4.1+ and MPFR 2.2.1+.
Try the --with-gmp and/or --with-mpfr options to specify their locations.
Copies of these libraries' source code can be found at their respective
hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.