diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-03 14:37:06 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-03 14:37:06 +0000 |
commit | 6af0e7338fd71b40e2c499f19e8d0c28efc0092b (patch) | |
tree | e3698f4edd7b73d80f18c898756acbafcfc5c877 /configure.in | |
parent | 8f6339b66c78908b549a151efa3f72469b4a8f33 (diff) | |
download | gcc-6af0e7338fd71b40e2c499f19e8d0c28efc0092b.tar.gz |
* configure.in: Update error message for missing GMP/MPFR.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119465 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 094e910131e..ac40ca22153 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 |