aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2018-08-12 01:06:15 -0700
committerPaul Eggert2018-08-12 01:07:02 -0700
commit3fc948a36c0f70f73d2e8eb688b1599fa6b73036 (patch)
tree09dd9b830125434834d6d4b965d353392bd889bd /etc
parentd64c1be99036d083d1d0db97ed1f41b1dd1005bc (diff)
downloademacs-3fc948a36c0f70f73d2e8eb688b1599fa6b73036.tar.gz
emacs-3fc948a36c0f70f73d2e8eb688b1599fa6b73036.zip
New 'configure' arg --with-mini-gmp
* configure.ac: It lets the builder override default of whther mini-gmp is used. Use AC_SEARCH_LIBS as per Autoconf manual.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d684e355244..decc5e39541 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -24,8 +24,11 @@ When you add a new item, use the appropriate mark if you are sure it applies,
24 24
25* Installation Changes in Emacs 27.1 25* Installation Changes in Emacs 27.1
26 26
27** configure now checks for the GMP library. If not found, the 27** Emacs now uses GMP, the GNU Multiple Precision library.
28included "mini-gmp" library is used instead. 28By default, if 'configure' does not find a suitable libgmp, it
29arranges for the included mini-gmp library to be built and used.
30The new 'configure' option --with-mini-gmp uses mini-gmp even if a
31suitable libgmp is available.
29 32
30** The new configure option '--with-json' adds support for JSON using 33** The new configure option '--with-json' adds support for JSON using
31the Jansson library. It is on by default; use 'configure 34the Jansson library. It is on by default; use 'configure