diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-07-24 11:00:18 +0200 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-07-24 11:07:17 +0200 |
commit | 2c2b0cd07c143e33af9f7237ef4819c28764a90f (patch) | |
tree | 492c3c432782b96f59c43dd2fc0dbfd59104f2e2 /etc/NEWS | |
parent | 4d34210256c6e07cb713ece8d7ad998a873f0f94 (diff) |
Require libgnutls unless --with-gnutls=no
* configure.ac: Report an error if the gnutls library is missing,
unless --with-gnutls=no is specified.
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ otherwise leave it unmarked. * Installation Changes in Emacs 25.2 +** By default libgnutls is now required when building Emacs. +Use 'configure --with-gnutls=no' to build even when GnuTLS is missing. + ** The new option 'configure --enable-gcc-warnings=warn-only' causes GCC to issue warnings without stopping the build. This behavior is now the default in developer builds. As before, use |