aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2006-12-02 16:52:15 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2006-12-02 16:52:15 +0000
commitb5147de7c1bfac14531cb1babce807bbfd4a8848 (patch)
tree7c54384fecf8e24ff39edc2acb29a9a016dea6e9 /configure.in
parentf1f66b423f6033acb84815a34b66b231d6cf9816 (diff)
downloadgcc-b5147de7c1bfac14531cb1babce807bbfd4a8848.zip
gcc-b5147de7c1bfac14531cb1babce807bbfd4a8848.tar.gz
gcc-b5147de7c1bfac14531cb1babce807bbfd4a8848.tar.bz2
configure.in: Update MPFR version in error message.
* 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. From-SVN: r119447
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 f9d6bca..094e910 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/.