* INSTALL: Document --with-modules.
This commit is contained in:
parent
9f493814bb
commit
e4c431cde3
2 changed files with 4 additions and 0 deletions
3
INSTALL
3
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
|
||||
|
|
1
etc/NEWS
1
etc/NEWS
|
@ -36,6 +36,7 @@ otherwise leave it unmarked.
|
|||
This builds Emacs with Cairo drawing. As a side effect, it provides
|
||||
support for built-in printing, when Emacs was built with GTK+.
|
||||
|
||||
+++
|
||||
** New configure option --with-modules.
|
||||
This enables support for loading dynamic modules; see below.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue