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 /nt | |
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 'nt')
-rw-r--r-- | nt/INSTALL.W64 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nt/INSTALL.W64 b/nt/INSTALL.W64 index 994c567c34b..4583aed83bf 100644 --- a/nt/INSTALL.W64 +++ b/nt/INSTALL.W64 @@ -139,10 +139,10 @@ which 'make install' will use - in this example we set it to C:\emacs\emacs-26. If a prefix is not specified the files will be put in the standard Unix directories located in your C:\msys64 directory, but this is not recommended. -Note also that we need to disable Imagemagick and D-Bus because Emacs -does not yet support them on Windows. +Note also that we need to disable D-Bus because Emacs does not yet +support them on Windows. - ./configure --prefix=/c/emacs/emacs-26 --without-imagemagick --without-dbus + ./configure --prefix=/c/emacs/emacs-26 --without-dbus ** Run make |