aboutsummaryrefslogtreecommitdiffstats
path: root/m4/mpfr.m4
diff options
context:
space:
mode:
authorjohn haque <j.eh@mchsi.com>2012-02-26 06:57:48 -0600
committerjohn haque <j.eh@mchsi.com>2012-02-26 06:57:48 -0600
commit1c06c5c6f0f6d46f63977dd7407d86ccc2614226 (patch)
tree5763e51d36264e6f84a70e480d063b788c2f47cf /m4/mpfr.m4
parentcb17a712ea65f6510e0000374cce4efbf4ffb902 (diff)
downloadegawk-1c06c5c6f0f6d46f63977dd7407d86ccc2614226.tar.gz
egawk-1c06c5c6f0f6d46f63977dd7407d86ccc2614226.tar.bz2
egawk-1c06c5c6f0f6d46f63977dd7407d86ccc2614226.zip
Finish MPFR changes and clean up code.
Diffstat (limited to 'm4/mpfr.m4')
-rw-r--r--m4/mpfr.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/mpfr.m4 b/m4/mpfr.m4
index 11cfe106..7d9e678b 100644
--- a/m4/mpfr.m4
+++ b/m4/mpfr.m4
@@ -50,7 +50,7 @@ mpz_clear(z);
if test $_found_mpfr = yes ; then
AC_DEFINE(HAVE_MPFR,1,
- [Define to 1 if you have a fully functional mpfr and gmp library.])
+ [Define to 1 if you have fully functional mpfr and gmp libraries.])
AC_SUBST(LIBMPFR,$_combo)
break
fi