[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],
- [Emacs-diffs] dynamic-modules 1be7b68 10/22: new module: opaque, (continued)
- [Emacs-diffs] dynamic-modules 1be7b68 10/22: new module: opaque, Teodor Zlatanov, 2014/11/26
- [Emacs-diffs] dynamic-modules db69d49 12/22: new module: elisp, Teodor Zlatanov, 2014/11/26
- [Emacs-diffs] dynamic-modules 106c15b 14/22: curl: use url arg., Teodor Zlatanov, 2014/11/26
- [Emacs-diffs] dynamic-modules 334564f 15/22: fix docstring., Teodor Zlatanov, 2014/11/26
- [Emacs-diffs] dynamic-modules ada5c5e 13/22: new module: curl. basic URL fetcher working., Teodor Zlatanov, 2014/11/26
- [Emacs-diffs] dynamic-modules 399d8ec 16/22: make `load' look for and handle dynamic modules., Teodor Zlatanov, 2014/11/26
- [Emacs-diffs] dynamic-modules 01e2303 17/22: update modules examples with `provide' call., Teodor Zlatanov, 2014/11/26
- [Emacs-diffs] dynamic-modules 6334cf7 18/22: use `load-module-suffixes' as a source of module suffixes., Teodor Zlatanov, 2014/11/26
- [Emacs-diffs] dynamic-modules eae5da9 20/22: yaml module: add `yaml-parse-string'., Teodor Zlatanov, 2014/11/26
- [Emacs-diffs] dynamic-modules 4efd6a2 21/22: yaml module: rename `yaml-parse' to `yaml-parse-buffer'., Teodor Zlatanov, 2014/11/26
- [Emacs-diffs] dynamic-modules 9313182 22/22: configure.ac: dynamic modules off by default.,
Teodor Zlatanov <=
- [Emacs-diffs] dynamic-modules 18920eb 19/22: new yaml parsing module using libyaml, Teodor Zlatanov, 2014/11/26