emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103895: Auto-commit of generated fil


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103895: Auto-commit of generated files.
Date: Tue, 12 Apr 2011 06:18:34 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 103895
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2011-04-12 06:18:34 -0400
message:
  Auto-commit of generated files.
modified:
  autogen/configure
=== modified file 'autogen/configure'
--- a/autogen/configure 2011-04-11 10:18:22 +0000
+++ b/autogen/configure 2011-04-12 10:18:34 +0000
@@ -10009,7 +10009,10 @@
 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
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]