* configure.ac [HAVE_W32]: Test for ImageMagick.
authorMirek Kaim <mirek.kaim@outlook.com>
Tue, 18 Feb 2014 01:47:35 +0000 (17:47 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 18 Feb 2014 01:47:35 +0000 (17:47 -0800)
Fixes: debbugs:16754

ChangeLog
configure.ac

index 6ba50b3..4cefaef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-02-18  Mirek Kaim  <mirek.kaim@outlook.com>  (tiny change)
+
+       * configure.ac [HAVE_W32]: Test for ImageMagick.  (Bug#16754)
+
 2014-02-14  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Makefile.in (install-arch-indep): Allow ' ' in destdir (Bug#16717).
index 326d528..2d41488 100644 (file)
@@ -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.