diff options
| author | Glenn Morris | 2011-04-12 06:18:34 -0400 |
|---|---|---|
| committer | Glenn Morris | 2011-04-12 06:18:34 -0400 |
| commit | 718ad21a5b6a8200e00cd0037ea2db5c1f6133cc (patch) | |
| tree | 0cf893de719095a3ca7988668571ca9176521d2c | |
| parent | 282726844359402dead010401a3257d106d68f69 (diff) | |
| download | emacs-718ad21a5b6a8200e00cd0037ea2db5c1f6133cc.tar.gz emacs-718ad21a5b6a8200e00cd0037ea2db5c1f6133cc.zip | |
Auto-commit of generated files.
| -rwxr-xr-x | autogen/configure | 5 |
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 | |||
| 10009 | HAVE_IMAGEMAGICK=no | 10009 | HAVE_IMAGEMAGICK=no |
| 10010 | if test "${HAVE_X11}" = "yes"; then | 10010 | if test "${HAVE_X11}" = "yes"; then |
| 10011 | if test "${with_imagemagick}" != "no"; then | 10011 | if test "${with_imagemagick}" != "no"; then |
| 10012 | IMAGEMAGICK_MODULE="Wand" | 10012 | ## 6.2.8 is the earliest version known to work, but earlier versions |
| 10013 | ## might work - let us know if you find one. | ||
| 10014 | ## 6.0.7 does not work. See bug#7955. | ||
| 10015 | IMAGEMAGICK_MODULE="Wand >= 6.2.8" | ||
| 10013 | 10016 | ||
| 10014 | succeeded=no | 10017 | succeeded=no |
| 10015 | 10018 | ||