summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-09-02 07:18:43 -0600
committerKarl Williamson <khw@cpan.org>2022-09-09 12:26:40 -0600
commit30345f169d457b10340374bc54e6122b6e41d7f9 (patch)
tree775d2d0487b2efb2f2f70b4838462dae15d65da1 /makedef.pl
parent687963e72f4fe64cf47efa84e041fbb620e60872 (diff)
downloadperl-30345f169d457b10340374bc54e6122b6e41d7f9.tar.gz
Change some HAS_QUERYLOCALE to USE_QUERYLOCALE
The HAS_QUERYLOCALE comes from config.h Just because we have this doesn't mean we're going to use it. That is computed in perl.h, and other places should use its determination.
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl
index ad2bd613ed..d28bb26341 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -416,7 +416,7 @@ unless ($define{USE_POSIX_2008_LOCALE})
PL_underlying_numeric_obj
);
}
-unless ($define{USE_POSIX_2008_LOCALE} && ! $define{HAS_QUERY_LOCALE})
+unless ($define{USE_POSIX_2008_LOCALE} && ! $define{USE_QUERY_LOCALE})
{
++$skip{$_} foreach qw(
PL_curlocales