Commit 058a5366 authored by tobi's avatar tobi
Browse files

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

	* configure: Regenerate.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100605 138bc75d-0d04-0410-961f-82ee72b054a4
parent e2334fb0
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>
* MAINTAINERS: Update my email address.
......
This diff is collapsed.
......@@ -1033,7 +1033,7 @@ have_gmp=yes
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"
......
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