summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-07-08 01:14:02 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-08 01:14:02 +0000
commit4bbcc6e8db9fbcaee50f943cf9676737ff07d048 (patch)
treebe9f6a494439a4a4296335b4bd2be6a1941877ef /Configure
parent1475152f1741f07dd9b54406ebac0872695b59b7 (diff)
downloadperl-4bbcc6e8db9fbcaee50f943cf9676737ff07d048.tar.gz
Add I18N::Langinfo, which is basically a wrapper around
nl_langinfo(), which is an additional way to query locale specific information. p4raw-id: //depot/perl@11207
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure7
1 files changed, 6 insertions, 1 deletions
diff --git a/Configure b/Configure
index 87547b0dae..08afc720e9 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Wed Jul 4 20:30:41 EET DST 2001 [metaconfig 3.0 PL70]
+# Generated on Sun Jul 8 03:26:11 EET DST 2001 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -16247,6 +16247,11 @@ for xxx in $known_extensions ; do
$define) avail_ext="$avail_ext $xxx" ;;
esac
;;
+ I18N_Langinfo|i18n_lan)
+ case "$i_langinfo$d_nl_langinfo" in
+ $define$define) avail_ext="$avail_ext $xxx" ;;
+ esac
+ ;;
NDBM_File|ndbm_fil)
case "$i_ndbm" in
$define)