aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e822b0b7b0f..7435f2e8da3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2638,6 +2638,9 @@ if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes" || test "${HAVE_W32}"
2638 if test $HAVE_IMAGEMAGICK = yes; then 2638 if test $HAVE_IMAGEMAGICK = yes; then
2639 AC_DEFINE([HAVE_IMAGEMAGICK], 1, [Define to 1 if using ImageMagick.]) 2639 AC_DEFINE([HAVE_IMAGEMAGICK], 1, [Define to 1 if using ImageMagick.])
2640 else 2640 else
2641 if test "${with_imagemagick}" != "no"; then
2642 AC_MSG_ERROR([ImageMagick wanted, but it does not compile. Maybe some library files are missing?]);
2643 fi
2641 IMAGEMAGICK_CFLAGS= 2644 IMAGEMAGICK_CFLAGS=
2642 IMAGEMAGICK_LIBS= 2645 IMAGEMAGICK_LIBS=
2643 fi 2646 fi