>From c668dbb6ed0d4124cb9b144b528b977ddd91636a Mon Sep 17 00:00:00 2001 From: Marco Wahl Date: Sat, 25 Jan 2020 11:28:27 +0100 Subject: [PATCH] Fix help text about configure module support --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4de83c6b26..ef4ada6aa3 100644 --- a/configure.ac +++ b/configure.ac @@ -462,7 +462,7 @@ AC_DEFUN 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([modules],[compile with dynamic modules support]) +OPTION_DEFAULT_ON([modules],[don't compile with dynamic modules support]) OPTION_DEFAULT_ON([threads],[don't compile with elisp threading support]) AC_ARG_WITH([file-notification],[AS_HELP_STRING([--with-file-notification=LIB], -- 2.25.0