all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Philipp Stephani <p.stephani2@gmail.com>
To: emacs-devel@gnu.org
Cc: Philipp Stephani <phst@google.com>
Subject: [PATCH] Enable modules by default.
Date: Sun, 13 Oct 2019 17:36:23 +0200	[thread overview]
Message-ID: <20191013153623.81631-1-phst@google.com> (raw)

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.
+
 \f
 * Startup Changes in Emacs 27.1
 
-- 
2.21.0 (Apple Git-122)




             reply	other threads:[~2019-10-13 15:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-13 15:36 Philipp Stephani [this message]
2019-10-13 18:35 ` [PATCH] Enable modules by default Stefan Monnier
2019-10-14 12:59   ` Philipp Stephani

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191013153623.81631-1-phst@google.com \
    --to=p.stephani2@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=phst@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.