emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 1705e32: Fix help text about configure module support


From: Paul Eggert
Subject: emacs-27 1705e32: Fix help text about configure module support
Date: Sun, 26 Jan 2020 04:07:19 -0500 (EST)

branch: emacs-27
commit 1705e32ebc43addb3a1f0ca9e4e490484b7d1fcd
Author: Marco Wahl <address@hidden>
Commit: Paul Eggert <address@hidden>

    Fix help text about configure module support
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 068ef5c..02ec57e 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_ON([modules],[compile with dynamic modules support])
+OPTION_DEFAULT_ON([modules],[don't 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],



reply via email to

[Prev in Thread] Current Thread [Next in Thread]