From 526e126f7910e27854411a48050731d8d450c387 Mon Sep 17 00:00:00 2001 From: Mirek Kaim Date: Mon, 17 Feb 2014 17:47:35 -0800 Subject: [PATCH] * configure.ac [HAVE_W32]: Test for ImageMagick. Fixes: debbugs:16754 --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6ba50b37ae4..4cefaef325f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-02-18 Mirek Kaim (tiny change) + + * configure.ac [HAVE_W32]: Test for ImageMagick. (Bug#16754) + 2014-02-14 Paul Eggert * Makefile.in (install-arch-indep): Allow ' ' in destdir (Bug#16717). diff --git a/configure.ac b/configure.ac index 326d52897ba..2d41488f0b5 100644 --- a/configure.ac +++ b/configure.ac @@ -2236,7 +2236,7 @@ if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes" || test "${opsys}" = fi HAVE_IMAGEMAGICK=no -if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then +if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes" || test "${HAVE_W32}" = "yes"; then if test "${with_imagemagick}" != "no"; then ## 6.2.8 is the earliest version known to work, but earlier versions ## might work - let us know if you find one. -- 2.39.2