We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e66c8 commit 741b9ccCopy full SHA for 741b9cc
Makefile.PL
@@ -592,7 +592,7 @@ sub try_to_autoconfigure {
592
print STDERR "$pc: $private\n";
593
$features = 'GD_GIF GD_OPENPOLYGON';
594
$features .= ' GD_ZLIB' if $private =~ / zlib /;
595
- $features .= ' GD_PNG' if $private =~ / libpng /;
+ $features .= ' GD_PNG' if $private =~ /png/;
596
$features .= ' GD_FREETYPE' if $private =~ / freetype/;
597
$features .= ' GD_FONTCONFIG' if $private =~ / fontconfig/;
598
$features .= ' GD_RAQM' if $private =~ / raqm/;
0 commit comments