summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-04 22:30:56 +0000
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-04 22:30:56 +0000
commit058a5366dcc2cddaa7ffe607e7f33b5cccc25a39 (patch)
tree7667c77e4f9cd3183efcfa0f2f707a4417f551b2 /configure.in
parente2334fb0f0108e226eaceebf3cbcf5a1499cf4fa (diff)
downloadgcc-058a5366dcc2cddaa7ffe607e7f33b5cccc25a39.tar.gz
* 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
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"