[BACK]Return to pkg-config CVS log [TXT][DIR] Up to [local] / src / usr.bin / pkg-config

Diff for /src/usr.bin/pkg-config/pkg-config between version 1.77 and 1.78

version 1.77, 2012/12/10 10:12:12 version 1.78, 2013/03/28 22:00:02
Line 390 
Line 390 
 sub find_config  sub find_config
 {  {
         my ($p) = @_;          my ($p) = @_;
         my $f = pathresolve($p);  
           # Differentiate between getting a full path and just the module name.
           my $f = ($p =~ m/\.pc$/ ? $p : pathresolve($p));
   
         return get_config($f) if defined($f);          return get_config($f) if defined($f);
   

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78