summaryrefslogtreecommitdiff
path: root/configure
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
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')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6519af09c69..d76717ac833 100755
--- a/configure
+++ b/configure
@@ -2392,7 +2392,7 @@ fi
CFLAGS="$saved_CFLAGS"
if test -d ${srcdir}/gcc && test x$have_gmp != xyes; then
- { echo "configure: error: Building GCC requires GMP 4.1+ and MPFR 2.2+.
+ { echo "configure: 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/.