emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116469: * configure.ac [HAVE_W32]: Test for ImageMa


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116469: * configure.ac [HAVE_W32]: Test for ImageMagick.
Date: Tue, 18 Feb 2014 01:47:41 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116469
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/16754
author: Mirek Kaim <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2014-02-17 17:47:35 -0800
message:
  * configure.ac [HAVE_W32]: Test for ImageMagick.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
=== modified file 'ChangeLog'
--- a/ChangeLog 2014-02-14 08:05:18 +0000
+++ b/ChangeLog 2014-02-18 01:47:35 +0000
@@ -1,3 +1,7 @@
+2014-02-18  Mirek Kaim  <address@hidden>  (tiny change)
+
+       * configure.ac [HAVE_W32]: Test for ImageMagick.  (Bug#16754)
+
 2014-02-14  Paul Eggert  <address@hidden>
 
        * Makefile.in (install-arch-indep): Allow ' ' in destdir (Bug#16717).

=== modified file 'configure.ac'
--- a/configure.ac      2014-01-23 02:09:31 +0000
+++ b/configure.ac      2014-02-18 01:47:35 +0000
@@ -2236,7 +2236,7 @@
 fi
 
 HAVE_IMAGEMAGICK=no
-if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then
+if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes" || test 
"${HAVE_W32}" = "yes"; then
   if test "${with_imagemagick}" != "no"; then
     ## 6.2.8 is the earliest version known to work, but earlier versions
     ## might work - let us know if you find one.


reply via email to

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