From e4c431cde35a345690905550eb3714dfa4ff9d30 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 16 Jan 2016 17:20:34 +0200 Subject: [PATCH] * INSTALL: Document --with-modules. --- INSTALL | 3 +++ etc/NEWS | 1 + 2 files changed, 4 insertions(+) diff --git a/INSTALL b/INSTALL index 37ba9d9732..6f516bd1dd 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 diff --git a/etc/NEWS b/etc/NEWS index 9dba4e58be..18e37fa2b9 100644 --- a/etc/NEWS +++ b/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. -- 2.39.2