diff options
| author | Marco Wahl | 2020-01-26 01:06:09 -0800 |
|---|---|---|
| committer | Paul Eggert | 2020-01-26 01:07:13 -0800 |
| commit | 1705e32ebc43addb3a1f0ca9e4e490484b7d1fcd (patch) | |
| tree | f06516fce5478f9046f1a952ca0160585d5ab91d | |
| parent | baca81e64141aed076fe088e7160f6e0d4a51c68 (diff) | |
| download | emacs-1705e32ebc43addb3a1f0ca9e4e490484b7d1fcd.tar.gz emacs-1705e32ebc43addb3a1f0ca9e4e490484b7d1fcd.zip | |
Fix help text about configure module support
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 068ef5c20c6..02ec57e6ab7 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -461,7 +461,7 @@ OPTION_DEFAULT_ON([gsettings],[don't compile with GSettings support]) | |||
| 461 | OPTION_DEFAULT_ON([selinux],[don't compile with SELinux support]) | 461 | OPTION_DEFAULT_ON([selinux],[don't compile with SELinux support]) |
| 462 | OPTION_DEFAULT_ON([gnutls],[don't use -lgnutls for SSL/TLS support]) | 462 | OPTION_DEFAULT_ON([gnutls],[don't use -lgnutls for SSL/TLS support]) |
| 463 | OPTION_DEFAULT_ON([zlib],[don't compile with zlib decompression support]) | 463 | OPTION_DEFAULT_ON([zlib],[don't compile with zlib decompression support]) |
| 464 | OPTION_DEFAULT_ON([modules],[compile with dynamic modules support]) | 464 | OPTION_DEFAULT_ON([modules],[don't compile with dynamic modules support]) |
| 465 | OPTION_DEFAULT_ON([threads],[don't compile with elisp threading support]) | 465 | OPTION_DEFAULT_ON([threads],[don't compile with elisp threading support]) |
| 466 | 466 | ||
| 467 | AC_ARG_WITH([file-notification],[AS_HELP_STRING([--with-file-notification=LIB], | 467 | AC_ARG_WITH([file-notification],[AS_HELP_STRING([--with-file-notification=LIB], |