diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-08-18 19:38:51 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-08-18 19:38:51 +0200 |
commit | 7894ad662a3cd2f4ed62524c47717e580145900e (patch) | |
tree | 6a191cbb6e2d20bf9ae61ff6398db436bc1ab343 /Configure | |
parent | f7fd2659b1bc43d5ff74a8fdc3e6d30555d9aaff (diff) | |
download | perl-7894ad662a3cd2f4ed62524c47717e580145900e.tar.gz |
Correctly detect NDBM_File availability
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 @@ -21735,7 +21735,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) |