From dffb147de1b3455980972a076d18fa3cd515dc41 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Sat, 11 Nov 2006 17:02:04 +0000 Subject: configure.in (have_gmp): Only error if the gcc directory exists. * configure.in (have_gmp): Only error if the gcc directory exists. * configure: Regenerate. From-SVN: r118699 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 2a8c4c2..ac5512f 100644 --- a/configure.in +++ b/configure.in @@ -1117,7 +1117,7 @@ if test x"$have_gmp" = xyes; then fi CFLAGS="$saved_CFLAGS" -if test x$have_gmp != xyes; then +if test -d ${srcdir}/gcc && test x$have_gmp != xyes; then AC_MSG_ERROR([Building GCC requires GMP 4.1+ and MPFR 2.2+. 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 -- cgit v1.1