In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/7894ad662a3cd2f4ed62524c47717e580145900e?hp=f7fd2659b1bc43d5ff74a8fdc3e6d30555d9aaff>
- Log ----------------------------------------------------------------- commit 7894ad662a3cd2f4ed62524c47717e580145900e Author: H.Merijn Brand <[email protected]> Date: Tue Aug 18 19:38:51 2009 +0200 Correctly detect NDBM_File availability ----------------------------------------------------------------------- Summary of changes: Configure | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Configure b/Configure index d78dde4..b63287b 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 [email protected]) 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) -- Perl5 Master Repository
