* configure.ac [HAVE_W32]: Test for ImageMagick.
Fixes: debbugs:16754
This commit is contained in:
parent
c863b6ade6
commit
526e126f79
2 changed files with 5 additions and 1 deletions
|
@ -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).
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue