summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2015-11-14 18:20:36 +0200
committerEli Zaretskii <eliz@gnu.org>2015-11-14 18:20:36 +0200
commitabef71f38a75ed10d18d6e33cded593efa9d9b34 (patch)
tree7d3280373254638e0bdcd87bd576b75de770f85c /INSTALL
parent07742820e47cf807c0d000cfa71073419a1f18e6 (diff)
downloademacs-abef71f38a75ed10d18d6e33cded593efa9d9b34.tar.gz
* INSTALL (--with-cairo): Document this new configure option.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 7a4150543b1..5ca88fecf35 100644
--- a/INSTALL
+++ b/INSTALL
@@ -309,6 +309,8 @@ Use --with-wide-int to implement Emacs values with the type 'long long',
even on hosts where a narrower type would do. With this option, on a
typical 32-bit host, Emacs integers have 62 bits instead of 30.
+Use --with-cairo to compile Emacs with Cairo drawing.
+
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