summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2009-08-18 19:38:51 +0200
committerDavid Mitchell <davem@iabyn.com>2009-08-18 20:03:54 +0100
commitcb94c0ba479a77ab1aa4ba3dc308b3117b94129e (patch)
treec3c277bf48b7ec04c76a640562470ef3e8841026
parenteffcffd8d979bb898806ab06797b315ed9835efd (diff)
downloadperl-cb94c0ba479a77ab1aa4ba3dc308b3117b94129e.tar.gz
Correctly detect NDBM_File availability
(cherry picked from commit 7894ad662a3cd2f4ed62524c47717e580145900e)
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index d7262bbbe3..01fa3c0f50 100755
--- a/Configure
+++ b/Configure
@@ -25,7 +25,7 @@
# $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $
#
-# Generated on Wed Aug 12 09:30:48 CEST 2009 [metaconfig 3.5 PL0]
+# Generated on Tue Aug 18 19:22:01 CEST 2009 [metaconfig 3.5 PL0]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -21725,7 +21725,7 @@ for xxx in $known_extensions ; do
esac
;;
NDBM_File|ndbm_fil)
- case "$i_ndbm" in
+ case "$d_ndbm" in
$define)
case "$osname-$use64bitint" in
hpux-define)