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 Apr 23, 2023
1 parent 34d33e2 commit 816104c
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 816104c

Please sign in to comment.