From c44c482642024dcc060fbe4eb4461ec18af07e2d Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Mon, 6 Nov 2000 18:45:30 -0500 Subject: configure.com and st-lock.t changes for Message-Id: <0011079735.AA973576259@univpress.com> p4raw-id: //depot/perl@7589 --- t/lib/st-lock.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 't') 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; } -- cgit v1.2.1