]> git.pld-linux.org Git - packages/php-pecl-imagick.git/blob - ImageMagick-6.8.patch
- php 5.5 rebuild
[packages/php-pecl-imagick.git] / ImageMagick-6.8.patch
1 --- php-pecl-imagick-3.0.1/config.m4~   2010-11-18 22:16:01.000000000 +0100
2 +++ php-pecl-imagick-3.0.1/config.m4    2013-06-13 10:04:07.872529471 +0200
3 @@ -52,8 +52,8 @@
4    else 
5      AC_MSG_CHECKING(for MagickWand.h header file)
6  
7 -    if test -r $WAND_DIR/include/ImageMagick/wand/MagickWand.h; then
8 -      AC_MSG_RESULT(found in $WAND_DIR/include/ImageMagick/wand/MagickWand.h)
9 +    if test -r $WAND_DIR/include/ImageMagick-6/wand/MagickWand.h; then
10 +      AC_MSG_RESULT(found in $WAND_DIR/include/ImageMagick-6/wand/MagickWand.h)
11      else
12        AC_MSG_ERROR(Cannot locate header file MagickWand.h)
13      fi
This page took 0.041067 seconds and 3 git commands to generate.