diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-05-13 22:59:29 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-05-13 23:07:05 -0700 |
commit | d2dea70415ca7ec390a2de11b224ab4cbb2c6b55 (patch) | |
tree | d9d39ce173af2dc2f51582a5b2097fca412dcfe4 /INSTALL | |
parent | e0ee41d155b210327eb9c9ad5334f80ed59439f4 (diff) | |
download | emacs-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-- | INSTALL | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |