emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 08f6c2a: Enable modules by default.


From: Philipp Stephani
Subject: [Emacs-diffs] master 08f6c2a: Enable modules by default.
Date: Mon, 14 Oct 2019 08:58:05 -0400 (EDT)

branch: master
commit 08f6c2a8c972b8c323cd24863fa35fb590689de3
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    Enable modules by default.
    
    The interface has been stable since Emacs 25, and most bugs are fixed
    by now.
    
    * configure.ac: Enable modules by default.
---
 configure.ac | 2 +-
 etc/NEWS     | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 7435f2e..33d725c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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],
diff --git a/etc/NEWS b/etc/NEWS
index 5923726..c48184a 100644
--- 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.
+
 
 * Startup Changes in Emacs 27.1
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]