Change 31756 by [EMAIL PROTECTED] on 2007/08/27 02:46:41
Fix configure.com's d_fcntl_can_lock test to look for a file
that actually exists.
Affected files ...
... //depot/perl/configure.com#266 edit
Differences ...
==== //depot/perl/configure.com#266 (text) ====
Index: perl/configure.com
--- perl/configure.com#265~31661~ 2007-07-26 02:38:48.000000000 -0700
+++ perl/configure.com 2007-08-26 19:46:41.000000000 -0700
@@ -4001,7 +4001,7 @@
$ WS "#if defined(F_SETLK) && defined(F_SETLKW)"
$ WS " struct flock flock;"
$ WS " int retval, fd;"
-$ WS " fd = open(""try.c"", O_RDONLY);"
+$ WS " fd = open(""[-]perl.c"", O_RDONLY);"
$ WS " flock.l_type = F_RDLCK;"
$ WS " flock.l_whence = SEEK_SET;"
$ WS " flock.l_start = flock.l_len = 0;"
End of Patch.