Commit 68193f9b by Tobias Schlüter Committed by Tobias Schlüter

configure.in: Fix typo in handling of --with-mpfr-dir.

	* configure.in: Fix typo in handling of --with-mpfr-dir.
	* configure: Regenerate.

From-SVN: r100605
parent 2d6ea0b4
2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
* configure.in: Fix typo in handling of --with-mpfr-dir.
* configure: Regenerate.
2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk> 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
* MAINTAINERS: Update my email address. * MAINTAINERS: Update my email address.
......
...@@ -1033,7 +1033,7 @@ have_gmp=yes ...@@ -1033,7 +1033,7 @@ have_gmp=yes
AC_ARG_WITH(mpfr-dir, [ --with-mpfr-dir=PATH Specify source directory for MPFR library]) AC_ARG_WITH(mpfr-dir, [ --with-mpfr-dir=PATH Specify source directory for MPFR library])
if test "x$with_mpfr_dir" != x; then 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" gmplibs="$with_mpfr_dir/libmpfr.a"
else else
gmplibs="-lmpfr" gmplibs="-lmpfr"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment