php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #64656
Patch remove-header-check.patch revision 2013-04-17 10:07 UTC by olemarkus at gentoo dot org

Patch remove-header-check.patch for imagick Bug #64656

Patch version 2013-04-17 10:07 UTC

Return to Bug #64656 | Download this patch
Patch Revisions:

Developer: olemarkus@gentoo.org

--- config.m4	2012-05-30 22:21:12.000000000 +0200
+++ config.m4	2013-04-17 11:47:27.753015522 +0200
@@ -50,13 +50,6 @@
   		AC_MSG_ERROR(Cannot locate header file magick-wand.h)
     fi	
   else	
-    AC_MSG_CHECKING(for MagickWand.h header file)
-
-    if test -r $WAND_DIR/include/ImageMagick/wand/MagickWand.h; then
-      AC_MSG_RESULT(found in $WAND_DIR/include/ImageMagick/wand/MagickWand.h)
-    else
-      AC_MSG_ERROR(Cannot locate header file MagickWand.h)
-    fi
     AC_DEFINE(IMAGICK_USE_NEW_HEADER,1,[ ])
     PHP_IMAGICK_USE_NEW_HEADER=1
   fi
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 11:01:37 2024 UTC