Skip to content

Commit

Permalink
Fixing a small constant detection problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
szbalint committed Nov 28, 2010
1 parent 5cac63a commit 6792b39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ if (!defined($curl_h)) {
next unless /^CURL/;
chomp;
s/[,\s].*//;
s/=.*$//;
next unless /^\w+$/;
push @syms, $_;
}
Expand Down

0 comments on commit 6792b39

Please sign in to comment.