emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/aptel/dynamic-modules-rc3 092a6d2 22/35: configure


From: Noah Friedman
Subject: [Emacs-diffs] feature/aptel/dynamic-modules-rc3 092a6d2 22/35: configure.ac: dynamic modules off by default.
Date: Mon, 8 May 2017 19:46:29 -0400 (EDT)

branch: feature/aptel/dynamic-modules-rc3
commit 092a6d22f4053ddf65aaf135db3a0da9c5b0a8eb
Author: Aurélien Aptel <address@hidden>
Commit: Aurélien Aptel <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 b403884..ea62797 100644
--- a/configure.ac
+++ b/configure.ac
@@ -325,7 +325,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]