]> code.delx.au - gnu-emacs/commitdiff
* INSTALL (DETAILED BUILDING AND INSTALLATION): Mention --without-imagemagick.
authorEli Zaretskii <eliz@gnu.org>
Fri, 24 Jul 2015 13:42:08 +0000 (16:42 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 24 Jul 2015 13:42:08 +0000 (16:42 +0300)
INSTALL

diff --git a/INSTALL b/INSTALL
index ebd36e74414e9087327e59fb4a3d3f859fb5e012..7a4150543b197832dc013b82323112854f40937a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -275,12 +275,13 @@ To disable individual types of image support in Emacs for some reason,
 even though configure finds the libraries, you can configure with one
 or more of these options:
 
-  --without-xpm        for XPM image support
-  --without-jpeg       for JPEG image support
-  --without-tiff       for TIFF image support
-  --without-gif        for GIF image support
-  --without-png        for PNG image support
-  --without-rsvg       for SVG image support
+  --without-xpm          for XPM image support
+  --without-jpeg         for JPEG image support
+  --without-tiff         for TIFF image support
+  --without-gif          for GIF image support
+  --without-png          for PNG image support
+  --without-rsvg         for SVG image support
+  --without-imagemagick  for Imagemagick support
 
 Use --without-toolkit-scroll-bars to disable Motif or Xaw3d scroll bars.