1 --- illumos-gcc-0f5ed4c/configure.orig
2 +++ illumos-gcc-0f5ed4c/configure
5 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
6 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpfr/_libs '"$gmplibs"
7 - gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
8 + gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
9 # Do not test the mpfr version. Assume that it is sufficient, since
10 # it is in the source tree, and the library has not been built yet
11 # but it would be included on the link line in the version check below