aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJoakim Verona2010-05-13 16:04:53 +0200
committerJoakim Verona2010-05-13 16:04:53 +0200
commitef30d1ad3e9abe32001d8d863ae7314ca2a636f2 (patch)
treec6b399fc725edfab600975d950fbeb34edd255e1 /configure
parentce07fa9adcea121b5515f98e161e257d1210c9b0 (diff)
downloademacs-ef30d1ad3e9abe32001d8d863ae7314ca2a636f2.tar.gz
emacs-ef30d1ad3e9abe32001d8d863ae7314ca2a636f2.zip
make configure.in less particular about themagickwand version
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index ae6f8266211..8c4dc2df865 100755
--- a/configure
+++ b/configure
@@ -11785,8 +11785,7 @@ fi
11785 11785
11786HAVE_IMAGEMAGICK=no 11786HAVE_IMAGEMAGICK=no
11787if test "${with_imagemagick}" != "no"; then 11787if test "${with_imagemagick}" != "no"; then
11788 IMAGEMAGICK_REQUIRED=1 11788 IMAGEMAGICK_MODULE="Wand"
11789 IMAGEMAGICK_MODULE="MagickWand >= $IMAGEMAGICK_REQUIRED"
11790 11789
11791 succeeded=no 11790 succeeded=no
11792 11791