From 9313182443266f3e866168e76356bd932bc78e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Aptel?= Date: Wed, 26 Nov 2014 16:53:55 +0100 Subject: 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 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], -- cgit v1.2.1