diff options
author | Aurélien Aptel <aurelien.aptel@gmail.com> | 2014-11-26 16:53:55 +0100 |
---|---|---|
committer | Ted Zlatanov <tzz@lifelogs.com> | 2014-11-26 20:58:12 -0500 |
commit | 9313182443266f3e866168e76356bd932bc78e63 (patch) | |
tree | e49af2869f35de2fdd5ee3770c2b90d8852d646f | |
parent | 4efd6a2ffa72978995a69586cbcd3bac9d58492a (diff) | |
download | emacs-dynamic-modules.tar.gz |
configure.ac: dynamic modules off by default.dynamic-modules
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 16cf0cd5e75..8c283938868 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], |