Auto-commit of generated files.

This commit is contained in:
Glenn Morris 2011-04-12 06:18:34 -04:00
parent 2827268443
commit 718ad21a5b

5
autogen/configure vendored
View file

@ -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