Skip to content

Commit

Permalink
drop when Configure fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed May 6, 2023
1 parent a472ca4 commit cf9c1bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion makedef.pl
Expand Up @@ -109,7 +109,9 @@ BEGIN
while (<CFG>) {
$define{$1} = 1 if /^\s*\#\s*define\s+(MYMALLOC|MULTIPLICITY
|KILL_BY_SIGPRC
|(?:PERL|USE|HAS)_\w+)\b/x;
|(?:PERL|USE|HAS|LC_ALL)_\w+)\b/x;
# XXX need to add PERL_ prefix to
# LC_ALL
}
close(CFG);

Expand Down

0 comments on commit cf9c1bb

Please sign in to comment.