[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Enable modules by default.
From: |
Philipp Stephani |
Subject: |
[PATCH] Enable modules by default. |
Date: |
Sun, 13 Oct 2019 17:36:23 +0200 |
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 7435f2e8da..33d725c804 100644
--- a/configure.ac
+++ b/configure.ac
@@ -461,7 +461,7 @@ AC_DEFUN
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 eeb02b7066..8c9af53d1f 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
--
2.21.0 (Apple Git-122)
- [PATCH] Enable modules by default.,
Philipp Stephani <=