]> git.eshelyaron.com Git - emacs.git/commitdiff
Enable modules by default.
authorPhilipp Stephani <phst@google.com>
Sun, 13 Oct 2019 15:26:10 +0000 (17:26 +0200)
committerPhilipp Stephani <phst@google.com>
Mon, 14 Oct 2019 12:56:22 +0000 (14:56 +0200)
The interface has been stable since Emacs 25, and most bugs are fixed
by now.

* configure.ac: Enable modules by default.

configure.ac
etc/NEWS

index 7435f2e8da3157e34c495e437632c2d99b32a8d7..33d725c804605d3289c92a9cdd413c172e5f5791 100644 (file)
@@ -461,7 +461,7 @@ OPTION_DEFAULT_ON([gsettings],[don't compile with GSettings support])
 OPTION_DEFAULT_ON([selinux],[don't compile with SELinux support])
 OPTION_DEFAULT_ON([gnutls],[don't use -lgnutls for SSL/TLS support])
 OPTION_DEFAULT_ON([zlib],[don't compile with zlib decompression support])
-OPTION_DEFAULT_OFF([modules],[compile with dynamic modules support])
+OPTION_DEFAULT_ON([modules],[compile with dynamic modules support])
 OPTION_DEFAULT_ON([threads],[don't compile with elisp threading support])
 
 AC_ARG_WITH([file-notification],[AS_HELP_STRING([--with-file-notification=LIB],
index 59237267f094f077bd6362443b2a3e89343b4961..c48184aec27f95c6a17126d3bf37be8ad0585053 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -131,6 +131,9 @@ builds respectively.
 
 ** New make target 'help' shows a summary of common make targets.
 
+** Emacs now builds with dynamic module support by default.  Pass
+'--without-modules' to 'configure' to disable dynamic module support.
+
 \f
 * Startup Changes in Emacs 27.1