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/25: configure


From: Teodor Zlatanov
Subject: [Emacs-diffs] feature/aptel/dynamic-modules-rc3 092a6d2 22/25: configure.ac: dynamic modules off by default.
Date: Wed, 04 Feb 2015 22:56:18 +0000

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 files changed, 1 insertions(+), 1 deletions(-)

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]