summaryrefslogtreecommitdiff
path: root/autogen
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-04-12 06:18:34 -0400
committerGlenn Morris <rgm@gnu.org>2011-04-12 06:18:34 -0400
commit718ad21a5b6a8200e00cd0037ea2db5c1f6133cc (patch)
tree0cf893de719095a3ca7988668571ca9176521d2c /autogen
parent282726844359402dead010401a3257d106d68f69 (diff)
downloademacs-718ad21a5b6a8200e00cd0037ea2db5c1f6133cc.tar.gz
Auto-commit of generated files.
Diffstat (limited to 'autogen')
-rwxr-xr-xautogen/configure5
1 files changed, 4 insertions, 1 deletions
diff --git a/autogen/configure b/autogen/configure
index ce95936a8df..7ec88c66fb5 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -10009,7 +10009,10 @@ fi
HAVE_IMAGEMAGICK=no
if test "${HAVE_X11}" = "yes"; then
if test "${with_imagemagick}" != "no"; then
- IMAGEMAGICK_MODULE="Wand"
+ ## 6.2.8 is the earliest version known to work, but earlier versions
+ ## might work - let us know if you find one.
+ ## 6.0.7 does not work. See bug#7955.
+ IMAGEMAGICK_MODULE="Wand >= 6.2.8"
succeeded=no