diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index ee4826f1574..4fd842817b6 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -2225,11 +2225,9 @@ fi | |||
| 2225 | HAVE_IMAGEMAGICK=no | 2225 | HAVE_IMAGEMAGICK=no |
| 2226 | if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes" || test "${HAVE_W32}" = "yes"; then | 2226 | if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes" || test "${HAVE_W32}" = "yes"; then |
| 2227 | if test "${with_imagemagick}" != "no"; then | 2227 | if test "${with_imagemagick}" != "no"; then |
| 2228 | ## 6.2.8 is the earliest version known to work, but earlier versions | 2228 | ## 6.3.5 is the earliest version known to work; see Bug#17339. |
| 2229 | ## might work - let us know if you find one. | ||
| 2230 | ## 6.0.7 does not work. See bug#7955. | ||
| 2231 | ## 6.8.2 makes Emacs crash; see Bug#13867. | 2229 | ## 6.8.2 makes Emacs crash; see Bug#13867. |
| 2232 | IMAGEMAGICK_MODULE="Wand >= 6.2.8 Wand != 6.8.2" | 2230 | IMAGEMAGICK_MODULE="Wand >= 6.3.5 Wand != 6.8.2" |
| 2233 | PKG_CHECK_MODULES(IMAGEMAGICK, $IMAGEMAGICK_MODULE, HAVE_IMAGEMAGICK=yes, :) | 2231 | PKG_CHECK_MODULES(IMAGEMAGICK, $IMAGEMAGICK_MODULE, HAVE_IMAGEMAGICK=yes, :) |
| 2234 | AC_SUBST(IMAGEMAGICK_CFLAGS) | 2232 | AC_SUBST(IMAGEMAGICK_CFLAGS) |
| 2235 | AC_SUBST(IMAGEMAGICK_LIBS) | 2233 | AC_SUBST(IMAGEMAGICK_LIBS) |