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: Teodor Zlatanov
Subject: [Emacs-diffs] dynamic-modules 9313182 22/22: configure.ac: dynamic modules off by default.
Date: Thu, 27 Nov 2014 02:01:57 +0000

branch: dynamic-modules
commit 9313182443266f3e866168e76356bd932bc78e63
Author: Aurélien Aptel <address@hidden>
Date:   Wed Nov 26 16:53:55 2014 +0100

    configure.ac: dynamic modules off by default.
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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]