diff options
-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], |