summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2019-04-25 12:21:29 +0100
committerAaron Crane <arc@cpan.org>2019-04-25 12:33:56 +0100
commit54ea08ea5e4fd909a39392aa53ffff43eaa4cb07 (patch)
tree92bf4d7d46328eb89ce2995a1f68bb3493f40022 /Configure
parente7e4fc7fa5294caecb0353b51f5bc576142780af (diff)
downloadperl-54ea08ea5e4fd909a39392aa53ffff43eaa4cb07.tar.gz
Regenerate Configure from latest metaconfig
This corresponds to metaconfig commit 70210eb08b2643bfce98cfa92a3ee52c613dfa56
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure9
1 files changed, 3 insertions, 6 deletions
diff --git a/Configure b/Configure
index 0c525c22f2..684a9c0768 100755
--- a/Configure
+++ b/Configure
@@ -17807,10 +17807,7 @@ $cat <<EOM
Checking to see if you have setlocale() and its behavior
EOM
$cat >try.c <<EOCP
-#$i_stdlib I_STDLIB
-#ifdef I_STDLIB
-# include <stdlib.h>
-#endif
+#include <stdlib.h>
#include <string.h>
#$i_locale I_LOCALE
#ifdef I_LOCALE
@@ -17869,7 +17866,7 @@ int main() {
#if 0
/* Currently unused code to determine if LC_ALL with disparate values uses
- * category=value pairs or positional, and to determine the separator
+ * category = value pairs or positional, and to determine the separator
* between the categories. We could add code so that if the separator were
* > '9', we subtract 10; similarly for 'Z' and 'z', and then just about
* every possible ASCII separator would fit in the 5 bits available in the
@@ -17900,7 +17897,7 @@ int main() {
exit(bad_setlocale);
}
- pos = strstr(name, "LC_CTYPE=C.UTF-8");
+ pos = strstr(name, "LC_CTYPE" "=C.UTF-8");
if (pos != NULL) {
uses_name_value_pair_names = 1;
if (pos == name) {