Feature #36 ยป 0034-Autotools-Search-mwand-by-MagickWand-6.Q16HDRI.pc.patch
| m4/magickwand.m4 | ||
|---|---|---|
|
if test "x$magickwand_dir" = "x" ; then
|
||
|
PKG_CHECK_MODULES([WAND], [MagickWand], [wand=yes], [wand=no])
|
||
|
if test "x$wand" = "xno" ; then
|
||
|
PKG_CHECK_MODULES([WAND], [MagickWand-6.Q16HDRI], [wand=yes], [wand=no])
|
||
|
fi
|
||
|
if test "x$wand" = "xno" ; then
|
||
|
AC_MSG_CHECKING([for MagickWand-config in default path])
|
||