emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] dynamic-modules 9313182 22/22: configure.ac: dynamic modul


From: Noah Friedman
Subject: [Emacs-diffs] dynamic-modules 9313182 22/22: configure.ac: dynamic modules off by default.
Date: Mon, 8 May 2017 19:46:15 -0400 (EDT)

branch: dynamic-modules
commit 9313182443266f3e866168e76356bd932bc78e63
Author: Aurélien Aptel <address@hidden>
Commit: Ted Zlatanov <address@hidden>

    configure.ac: dynamic modules off by default.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 16cf0cd..8c28393 100644
--- a/configure.ac
+++ b/configure.ac
@@ -355,7 +355,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([ltdl], [don't compile with dynamic module loading support])
+OPTION_DEFAULT_OFF([ltdl], [compile with dynamic module loading 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]