aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2006-12-03 14:37:06 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2006-12-03 14:37:06 +0000
commitdbee1fb37de430971b7f08823117395f6da97f3d (patch)
treee3698f4edd7b73d80f18c898756acbafcfc5c877 /configure.in
parent06469efd1a409d723093cfaa75ab9d39653e6463 (diff)
downloadgcc-dbee1fb37de430971b7f08823117395f6da97f3d.zip
gcc-dbee1fb37de430971b7f08823117395f6da97f3d.tar.gz
gcc-dbee1fb37de430971b7f08823117395f6da97f3d.tar.bz2
configure.in: Update error message for missing GMP/MPFR.
* configure.in: Update error message for missing GMP/MPFR. * configure: Regenerate. From-SVN: r119465
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 094e910..ac40ca2 100644
--- a/configure.in
+++ b/configure.in
@@ -1134,7 +1134,10 @@ if test -d ${srcdir}/gcc && test x$have_gmp != xyes; then
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/.
-See also http://gcc.gnu.org/install/prerequisites.html for additional info.])
+See also http://gcc.gnu.org/install/prerequisites.html for additional info.
+If you obtained GMP and/or MPFR from a vendor distribution package, make
+sure that you have installed both the libraries and the header files.
+They may be located in separate packages.])
fi
# Flags needed for both GMP and/or MPFR