From: Philipp Stephani Date: Sun, 13 Oct 2019 15:26:10 +0000 (+0200) Subject: Enable modules by default. X-Git-Tag: emacs-27.0.90~1075 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=08f6c2a8c972b8c323cd24863fa35fb590689de3;p=emacs.git 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. --- diff --git a/configure.ac b/configure.ac index 7435f2e8da3..33d725c8046 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 59237267f09..c48184aec27 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