diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-23 14:25:20 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-23 14:25:20 +0000 |
commit | 252f4fb184d5a5cc282827a7f38973aebf56fc38 (patch) | |
tree | 70d7ded6c5b66975b50f1676e0281a9ac0f26f26 /Configure | |
parent | 897bbb29228096eca0e16e9cb740eb1889ac8b3a (diff) | |
download | perl-252f4fb184d5a5cc282827a7f38973aebf56fc38.tar.gz |
In Cygwin do not build NDBM_File and ODBM_File unless
-lndbm and -ldbm are available.
p4raw-id: //depot/perl@10863
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Sat Jun 23 01:05:11 EET DST 2001 [metaconfig 3.0 PL70] +# Generated on Sat Jun 23 17:56:36 EET DST 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -16213,7 +16213,7 @@ for xxx in $known_extensions ; do case "$i_ndbm" in $define) case "$osname-$use64bitint" in - hpux-define) + cygwin-*|hpux-define) case "$libs" in *-lndbm*) avail_ext="$avail_ext $xxx" ;; esac @@ -16227,7 +16227,7 @@ for xxx in $known_extensions ; do case "${i_dbm}${i_rpcsvcdbm}" in *"${define}"*) case "$osname-$use64bitint" in - hpux-define) + cygwin-*|hpux-define) case "$libs" in *-ldbm*) avail_ext="$avail_ext $xxx" ;; esac |