Project

General

Profile

Feature #36 ยป 0034-Autotools-Search-mwand-by-MagickWand-6.Q16HDRI.pc.patch

Marko Lindqvist, 12/07/2023 11:16 PM

View differences:

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])
    (1-1/1)