From: Cristy Date: Fri, 24 Nov 2017 17:19:52 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.7-12~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2568068ad40f5d6d9b2dde5ec64543c136f5285;p=imagemagick ... --- diff --git a/PerlMagick/default/Makefile.PL.in b/PerlMagick/default/Makefile.PL.in index 3e8bbec1b..42b0b6a70 100644 --- a/PerlMagick/default/Makefile.PL.in +++ b/PerlMagick/default/Makefile.PL.in @@ -70,7 +70,7 @@ sub AutodetectWin32gcc { push @i, catfile($dirpath,'..','..','include','ImageMagick'); push @i, catfile($dirpath,'..','..','..','include'); push @i, catfile($dirpath,'..','..','..','include','ImageMagick'); - foreach (@i) { push @incdir, $_ if (-e "$_/magick/MagickCore.h") }; + foreach (@i) { push @incdir, $_ if (-e "$_/MagickCore/MagickCore.h") }; } };