summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-05-13 22:59:29 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-05-13 23:07:05 -0700
commitd2dea70415ca7ec390a2de11b224ab4cbb2c6b55 (patch)
treed9d39ce173af2dc2f51582a5b2097fca412dcfe4 /INSTALL
parente0ee41d155b210327eb9c9ad5334f80ed59439f4 (diff)
downloademacs-d2dea70415ca7ec390a2de11b224ab4cbb2c6b55.tar.gz
Default to disabling ImageMagick (Bug#33587)
ImageMagick has continuing stability and security problems, suggesting that 'configure' should disable it by default. See Glenn Morris's notes at: https://lists.gnu.org/r/emacs-devel/2018-12/msg00036.html * INSTALL, etc/NEWS, nt/INSTALL.W64: Mention this. * configure.ac (imagemagick): Default to off.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index e38635c60b7..b2a06b3d153 100644
--- a/INSTALL
+++ b/INSTALL
@@ -295,7 +295,9 @@ or more of these options:
--without-gif for GIF image support
--without-png for PNG image support
--without-rsvg for SVG image support
- --without-imagemagick for Imagemagick support
+
+Although ImageMagick support is disabled by default due to security
+and stability concerns, you can enable it with --with-imagemagick.
Use --without-toolkit-scroll-bars to disable Motif or Xaw3d scroll bars.