]> git.imager.perl.org - imager.git/blobdiff - PNG/Makefile.PL
correct changes - we search for font handlers not fonts
[imager.git] / PNG / Makefile.PL
index 4961195c035d2aa3505db538d8f36b113f6f188e..6a98246e22451794295de7734b12557101fff96b 100644 (file)
@@ -105,7 +105,7 @@ my $probe_res = Imager::Probe->probe(\%probe);
 if ($probe_res) {
   push @inc, $probe_res->{INC};
   $opts{LIBS} = $probe_res->{LIBS};
-  
+  $opts{DEFINE} = $probe_res->{DEFINE};
   $opts{INC} = "@inc";
   
   if ($MM_ver > 6.06) {