From 9bc8f94512b6f7d8d020fb683d9acdfe17f097ab Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 18 Mar 2013 06:17:40 -0400 Subject: [PATCH] Auto-commit of generated files. --- autogen/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autogen/configure b/autogen/configure index 5b5d7d7b95a..501d6678423 100755 --- a/autogen/configure +++ b/autogen/configure @@ -10785,7 +10785,8 @@ if test "${HAVE_X11}" = "yes"; then ## 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" + ## 6.8.2 makes Emacs crash; see Bug#13867. + IMAGEMAGICK_MODULE="Wand >= 6.2.8 Wand != 6.8.2" succeeded=no -- 2.11.4.GIT