diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-07-24 16:42:08 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-07-24 16:42:08 +0300 |
commit | 67eb6ae9db8543d6819c9bf63bbb810f2304f1d0 (patch) | |
tree | ac5f3a006c01baef2efc2060946b08bd0bda26fa /INSTALL | |
parent | de576a55d8c47ffd2e24fca2d48ed99f298d4334 (diff) |
* INSTALL (DETAILED BUILDING AND INSTALLATION): Mention --without-imagemagick.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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. |