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.
This commit is contained in:
parent
d2d658320e
commit
08f6c2a8c9
2 changed files with 4 additions and 1 deletions
|
@ -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],
|
||||
|
|
3
etc/NEWS
3
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue