summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2019-10-13 17:26:10 +0200
committerPhilipp Stephani <phst@google.com>2019-10-14 14:56:22 +0200
commit08f6c2a8c972b8c323cd24863fa35fb590689de3 (patch)
tree5d2e180f285755f253cd799fd71e3b760e87010d /configure.ac
parentd2d658320ee91ed4f61becd5ca996bd9033b7327 (diff)
downloademacs-08f6c2a8c972b8c323cd24863fa35fb590689de3.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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],