diff options
| author | Paul Eggert | 2018-08-12 01:06:15 -0700 |
|---|---|---|
| committer | Paul Eggert | 2018-08-12 01:07:02 -0700 |
| commit | 3fc948a36c0f70f73d2e8eb688b1599fa6b73036 (patch) | |
| tree | 09dd9b830125434834d6d4b965d353392bd889bd /etc | |
| parent | d64c1be99036d083d1d0db97ed1f41b1dd1005bc (diff) | |
| download | emacs-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/NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
| @@ -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. |
| 28 | included "mini-gmp" library is used instead. | 28 | By default, if 'configure' does not find a suitable libgmp, it |
| 29 | arranges for the included mini-gmp library to be built and used. | ||
| 30 | The new 'configure' option --with-mini-gmp uses mini-gmp even if a | ||
| 31 | suitable 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 |
| 31 | the Jansson library. It is on by default; use 'configure | 34 | the Jansson library. It is on by default; use 'configure |