summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-13 00:43:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-13 00:43:31 +0000
commit03ee5fa027616680d74717d74bf3f53b6aacfc9a (patch)
treef637d6e8ec9377892347f93bd2340d864859eae6 /configure.in
parent31734b907ae902f0262bcae8ff11a2c6c973c90e (diff)
* configure.in (ac_cv_func_flock): using flock defined in
win32/win32.c on mingw. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 5c5ce548c0..f8f2152206 100644
--- a/configure.in
+++ b/configure.in
@@ -707,6 +707,7 @@ when(mingw*) LIBS="-lshell32 -lws2_32 $LIBS"
rb_cv_binary_elf=no
rb_cv_negative_time_t=no
ac_cv_func_fcntl=yes
+ ac_cv_func_flock=yes
AC_LIBOBJ([langinfo])
;;
when(os2-emx*) LIBS="-lm $LIBS"