summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-01-16 17:20:34 +0200
committerEli Zaretskii <eliz@gnu.org>2016-01-16 17:20:34 +0200
commite4c431cde35a345690905550eb3714dfa4ff9d30 (patch)
treee687c1c5bab9e202f7de572bb33d4ac974e11e10 /INSTALL
parent9f493814bb40f1794ab53c84a5397aba1da58cd7 (diff)
downloademacs-e4c431cde35a345690905550eb3714dfa4ff9d30.tar.gz
* INSTALL: Document --with-modules.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 37ba9d97325..6f516bd1dde 100644
--- a/INSTALL
+++ b/INSTALL
@@ -311,6 +311,9 @@ typical 32-bit host, Emacs integers have 62 bits instead of 30.
Use --with-cairo to compile Emacs with Cairo drawing.
+Use --with-modules to build Emacs with support for loading dynamic
+modules.
+
Use --enable-gcc-warnings to enable compile-time checks that warn
about possibly-questionable C code. This is intended for developers
and is useful with GNU-compatible compilers. On a recent GNU system