summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2018-04-19 15:38:17 +0200
committerAaron Crane <arc@cpan.org>2018-04-19 15:49:33 +0200
commit7b850028ea35536a8baa505b46aa55a5a9599e0d (patch)
treeed4be01e3055052bfba3e6917dcbf5f1c2f968b8 /Configure
parent0faf531f63c88379bd22fe7801555d5aef100c5d (diff)
downloadperl-7b850028ea35536a8baa505b46aa55a5a9599e0d.tar.gz
Rebuild Configure using metaconfig langinfo change
We are now in sync with perl5-metaconfig/metaconfig@2d3a3017b8d44d778ed765d529ca114924b3ee14
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure18
1 files changed, 9 insertions, 9 deletions
diff --git a/Configure b/Configure
index 910f9b1ec7..4eea1b7a6b 100755
--- a/Configure
+++ b/Configure
@@ -229,7 +229,7 @@ extensions=''
known_extensions=''
nonxs_ext=''
static_ext=''
-usei18n_lang=''
+uselanginfo=''
useopcode=''
useposix=''
extras=''
@@ -1465,12 +1465,12 @@ ignore_versioned_solibs=''
ccname=''
ccversion=''
perllibs=''
-: set usei18n_lang=false in your hint file to disable the I18N_Langinfo extension.
-usei18n_lang=true
: set useposix=false in your hint file to disable the POSIX extension.
useposix=true
: set useopcode=false in your hint file to disable the Opcode extension.
useopcode=true
+: set uselanginfo=false in your hint file to disable the I18N::Langinfo extension.
+uselanginfo=true
archname64=''
ccflags_uselargefiles=''
ldflags_uselargefiles=''
@@ -23278,11 +23278,6 @@ for xxx in $xs_extensions ; do
$define) avail_ext="$avail_ext $xxx" ;;
esac
;;
- I18N/Langinfo|i18n_lan)
- case "$usei18n_lang" in
- true|define|y) avail_ext="$avail_ext $xxx" ;;
- esac
- ;;
IPC/SysV|ipc/sysv)
: XXX Do we need a useipcsysv variable here
case "${d_msg}${d_sem}${d_shm}" in
@@ -23336,6 +23331,11 @@ for xxx in $xs_extensions ; do
true|$define|y) avail_ext="$avail_ext $xxx" ;;
esac
;;
+ I18N/Langinfo|langinfo)
+ case "$uselanginfo" in
+ true|define|y) avail_ext="$avail_ext $xxx" ;;
+ esac
+ ;;
Sys/Syslog|sys/syslog)
case $osname in
amigaos) ;; # not really very useful on AmigaOS
@@ -24826,9 +24826,9 @@ usedevel='$usedevel'
usedl='$usedl'
usedtrace='$usedtrace'
usefaststdio='$usefaststdio'
-usei18n_lang='$i18n_lang'
useithreads='$useithreads'
usekernprocpathname='$usekernprocpathname'
+uselanginfo='$uselanginfo'
uselargefiles='$uselargefiles'
uselongdouble='$uselongdouble'
usemallocwrap='$usemallocwrap'