diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-04-20 06:01:43 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-04-20 06:01:43 +0300 |
commit | 8dcbc1f40d88aa189e7659120ede5436b56a970d (patch) | |
tree | 5300da6506ce459975e49290bd67e9afa3262479 /doc/gawk.texi | |
parent | 7c3d14eb1d103061939fdcad66bf2b27d78bc5b5 (diff) | |
parent | 780c96b8a827fd1780e611cd41d59d80033eff46 (diff) | |
download | egawk-8dcbc1f40d88aa189e7659120ede5436b56a970d.tar.gz egawk-8dcbc1f40d88aa189e7659120ede5436b56a970d.tar.bz2 egawk-8dcbc1f40d88aa189e7659120ede5436b56a970d.zip |
Merge branch 'master' into feature/api-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 d374c93a..6641705c 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -38824,6 +38824,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 |