diff options
author | Craig A. Berry <craigberry@mac.com> | 2000-11-06 18:45:30 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-07 12:56:39 +0000 |
commit | c44c482642024dcc060fbe4eb4461ec18af07e2d (patch) | |
tree | 1cfd674246b43b9ed0f449335c8924396b5f1e98 /t | |
parent | f91328b77ca256011ef4b589e0aec2eb124e44ec (diff) | |
download | perl-c44c482642024dcc060fbe4eb4461ec18af07e2d.tar.gz |
configure.com and st-lock.t changes for
Message-Id: <0011079735.AA973576259@univpress.com>
p4raw-id: //depot/perl@7589
Diffstat (limited to 't')
-rw-r--r-- | t/lib/st-lock.t | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/t/lib/st-lock.t b/t/lib/st-lock.t index c29d0b7cbc..694db16343 100644 --- a/t/lib/st-lock.t +++ b/t/lib/st-lock.t @@ -25,7 +25,9 @@ sub BEGIN { print "1..0 # Skip: Storable was not built\n"; exit 0; } - if (!$Config{'d_flock'} && !$Config{'d_fcntl'} && !$Config{'d_lockf'}) { + if (!$Config{'d_flock'} && + !$Config{'d_fcntl_can_lock'} && + !$Config{'d_lockf'}) { print "1..0 # Skip: no flock or flock emulation on this platform\n"; exit 0; } |