]> git.pld-linux.org Git - packages/autotrace.git/blame - autotrace-magick6.patch
- temp rel
[packages/autotrace.git] / autotrace-magick6.patch
CommitLineData
c993ad9c
JB
1--- autotrace-0.31.1/configure.in.orig 2002-11-08 18:49:23.000000000 +0100
2+++ autotrace-0.31.1/configure.in 2004-06-03 01:04:05.729615472 +0200
3@@ -80,7 +80,10 @@
4 changequote([,])dnl
5 MAGICK_MAJOR_VERSION_CHECK=`expr $MAGICK_MAJOR_VERSION \>= 5`
6 MAGICK_MINOR_VERSION_CHECK=`expr $MAGICK_MINOR_VERSION \>= 2`
7- dnl I don't consider ImageMagick 6.x.
8+ dnl consider ImageMagick 6.x
9+ if test "$MAGICK_MAJOR_VERSION_CHECK" = 1 ; then
10+ MAGICK_MINOR_VERSION_CHECK="1"
11+ fi
12 if test "$MAGICK_VERSION" = "5.2.0" \
13 || test "$MAGICK_MAJOR_VERSION_CHECK" = 0 \
14 || test "$MAGICK_MINOR_VERSION_CHECK" = 0 ; then
This page took 0.071245 seconds and 4 git commands to generate.