diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-04-20 05:58:35 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-04-20 05:58:35 +0300 |
commit | 780c96b8a827fd1780e611cd41d59d80033eff46 (patch) | |
tree | 191e174567c4f5e692c06550a068f4fcd3be4819 /doc/gawk.texi | |
parent | 67f4d070335e12622af1363b71c68489c64f5bc7 (diff) | |
download | egawk-780c96b8a827fd1780e611cd41d59d80033eff46.tar.gz egawk-780c96b8a827fd1780e611cd41d59d80033eff46.tar.bz2 egawk-780c96b8a827fd1780e611cd41d59d80033eff46.zip |
Fix 64-bit compilation without MPFR.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index fa8c6664..6db3fb01 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -38812,6 +38812,13 @@ Using this option will cause some of the tests in the test suite to fail. This option may be removed at a later date. @end quotation +@cindex @option{--disable-mpfr} configuration option +@cindex configuration option, @code{--disable-mpfr} +@item --disable-mpfr +Skip checking for the MPFR and GMP libraries. This is useful +mainly for the developers, to make sure nothing breaks if +MPFR support is not available. + @cindex @option{--disable-nls} configuration option @cindex configuration option, @code{--disable-nls} @item --disable-nls |