* configure.in: Don't add another '/mpfr' to the directory given
in --with-mpfr-dir.
* configure: Regenerate.
From-SVN: r100653
+2005-06-06 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
+
+ * configure.in: Don't add another '/mpfr' to the directory given
+ in --with-mpfr-dir.
+ * configure: Regenerate.
+
2005-05-13 David Edelsohn <edelsohn@gnu.org>
Backport from mainline:
if test "x$with_mpfr_dir" != x; then
- gmpinc="-I$with_mpfr_dir/mpfr"
+ gmpinc="-I$with_mpfr_dir"
gmplibs="$with_mpfr_dir/libmpfr.a"
else
gmplibs="-lmpfr"
AC_ARG_WITH(mpfr-dir, [ --with-mpfr-dir=PATH Specify source directory for MPFR library])
if test "x$with_mpfr_dir" != x; then
- gmpinc="-I$with_mpfr_dir/mpfr"
+ gmpinc="-I$with_mpfr_dir"
gmplibs="$with_mpfr_dir/libmpfr.a"
else
gmplibs="-lmpfr"