GraphicsMagick Commits | 15 Jun 2012 03:07
Picon

GraphicsMagick: Fix typo which caused the --without-lzma option ...

changeset 59c46db9aa2e in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=59c46db9aa2e
summary: Fix typo which caused the --without-lzma option to be handled incorrectly.

diffstat:

 ChangeLog                              |  6 ++++++
 VisualMagick/installer/inc/version.isx |  4 ++--
 configure                              |  7 ++++---
 configure.ac                           |  4 ++--
 magick/version.h                       |  4 ++--
 www/Changelog.html                     |  8 ++++++++
 6 files changed, 24 insertions(+), 9 deletions(-)

diffs (98 lines):

diff -r 6e3c70c010cb -r 59c46db9aa2e ChangeLog
--- a/ChangeLog	Sun Jun 10 11:06:52 2012 -0500
+++ b/ChangeLog	Thu Jun 14 20:06:59 2012 -0500
 <at>  <at>  -1,3 +1,9  <at>  <at> 
+2012-06-14  Bob Friesenhahn  <bfriesen <at> simple.dallas.tx.us>
+
+	* configure.ac: Fix typo which caused the --without-lzma option to
+	be handled incorrectly.  Resolves SourceForge issue 3535309
+	"graphicsmagick from 1.3.13 to 1.3.15 has broken lzma support".
+
 2012-06-09  Bob Friesenhahn  <bfriesen <at> simple.dallas.tx.us>

 	* tests/rwfile.c (main): Verify that we can 'ping' the file using
diff -r 6e3c70c010cb -r 59c46db9aa2e VisualMagick/installer/inc/version.isx
(Continue reading)


Gmane