summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-06-06 18:36:50 +0000
committerDJ Delorie <dj@redhat.com>2005-06-06 18:36:50 +0000
commite875be5876bc7025d3bfed55d8bf5565610eeefb (patch)
tree400177365354256f0828b766f35c3f0f1e9a40fd /configure.in
parent7a70dda0b8817e5eb2d6bc1ccead458fa74ae2c7 (diff)
downloadcygnal-e875be5876bc7025d3bfed55d8bf5565610eeefb.tar.gz
cygnal-e875be5876bc7025d3bfed55d8bf5565610eeefb.tar.bz2
cygnal-e875be5876bc7025d3bfed55d8bf5565610eeefb.zip
* configure.in: Fix typo in handling of --with-mpfr-dir.
* configure: Regenerate.
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 7e2f52aa7..3f86f58aa 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"