Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 472114 | Differences between
and this patch

Collapse All | Expand All

(-)config.m4 (-5 lines)
Lines 52-62 Link Here
52
  else	
52
  else	
53
    AC_MSG_CHECKING(for MagickWand.h header file)
53
    AC_MSG_CHECKING(for MagickWand.h header file)
54
54
55
    if test -r $WAND_DIR/include/ImageMagick/wand/MagickWand.h; then
56
      AC_MSG_RESULT(found in $WAND_DIR/include/ImageMagick/wand/MagickWand.h)
57
    else
58
      AC_MSG_ERROR(Cannot locate header file MagickWand.h)
59
    fi
60
    AC_DEFINE(IMAGICK_USE_NEW_HEADER,1,[ ])
55
    AC_DEFINE(IMAGICK_USE_NEW_HEADER,1,[ ])
61
    PHP_IMAGICK_USE_NEW_HEADER=1
56
    PHP_IMAGICK_USE_NEW_HEADER=1
62
  fi
57
  fi

Return to bug 472114