summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>2005-06-05 00:30:56 +0200
committerTobias Schlüter <tobi@gcc.gnu.org>2005-06-05 00:30:56 +0200
commit68193f9bdd7ed36200e46db2a3614fe3d09915f3 (patch)
tree7667c77e4f9cd3183efcfa0f2f707a4417f551b2 /configure.in
parent2d6ea0b4276c24fbbb0d8f6ca2a34c90d8eb4f0c (diff)
downloadgcc-68193f9bdd7ed36200e46db2a3614fe3d09915f3.tar.gz
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7e2f52aa7a3..3f86f58aa94 100644
--- a/configure.in
+++ b/configure.in
@@ -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"