diff options
author | john haque <j.eh@mchsi.com> | 2012-02-26 06:57:48 -0600 |
---|---|---|
committer | john haque <j.eh@mchsi.com> | 2012-02-26 06:57:48 -0600 |
commit | 1c06c5c6f0f6d46f63977dd7407d86ccc2614226 (patch) | |
tree | 5763e51d36264e6f84a70e480d063b788c2f47cf /m4/mpfr.m4 | |
parent | cb17a712ea65f6510e0000374cce4efbf4ffb902 (diff) | |
download | egawk-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.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |