summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-07-24 11:00:18 +0200
committerPaul Eggert <eggert@cs.ucla.edu>2016-07-24 11:07:17 +0200
commit2c2b0cd07c143e33af9f7237ef4819c28764a90f (patch)
tree492c3c432782b96f59c43dd2fc0dbfd59104f2e2 /etc/NEWS
parent4d34210256c6e07cb713ece8d7ad998a873f0f94 (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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e01f180e71..6462effd9f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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