aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5e6dbda2b63..648da9939da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2507,7 +2507,8 @@ if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes" || test "${HAVE_W32}"
2507 if test "${with_imagemagick}" != "no"; then 2507 if test "${with_imagemagick}" != "no"; then
2508 ## 6.3.5 is the earliest version known to work; see Bug#17339. 2508 ## 6.3.5 is the earliest version known to work; see Bug#17339.
2509 ## 6.8.2 makes Emacs crash; see Bug#13867. 2509 ## 6.8.2 makes Emacs crash; see Bug#13867.
2510 IMAGEMAGICK_MODULE="Wand >= 6.3.5 Wand != 6.8.2" 2510 ## 7 and later have not been ported to; See Bug#25967.
2511 IMAGEMAGICK_MODULE="Wand >= 6.3.5 Wand != 6.8.2 Wand < 7"
2511 EMACS_CHECK_MODULES([IMAGEMAGICK], [$IMAGEMAGICK_MODULE]) 2512 EMACS_CHECK_MODULES([IMAGEMAGICK], [$IMAGEMAGICK_MODULE])
2512 2513
2513 if test $HAVE_IMAGEMAGICK = yes; then 2514 if test $HAVE_IMAGEMAGICK = yes; then