summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index e67071dfd83..4e1ecd9c2aa 100755
--- a/configure
+++ b/configure
@@ -9184,7 +9184,8 @@ fi
HAVE_IMAGEMAGICK=no
if test "${HAVE_X11}" = "yes"; then
if test "${with_imagemagick}" != "no"; then
- IMAGEMAGICK_MODULE="Wand"
+ IMAGEMAGICK_REQUIRED=4.0.5
+ IMAGEMAGICK_MODULE="Wand >= $IMAGEMAGICK_REQUIRED"
succeeded=no