From: Mirek Kaim Date: Tue, 18 Feb 2014 01:47:35 +0000 (-0800) Subject: * configure.ac [HAVE_W32]: Test for ImageMagick. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~26 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=526e126f7910e27854411a48050731d8d450c387;p=emacs.git * configure.ac [HAVE_W32]: Test for ImageMagick. Fixes: debbugs:16754 --- 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.