From e87f0fc47744cbd7f9e7ebdd78cf3029b52a6714 Mon Sep 17 00:00:00 2001 From: eban Date: Wed, 28 Feb 2007 12:47:35 +0000 Subject: * configure.in (ac_cv_func_fcntl): fcntl support for MinGW. * missing/flock.c: workaround for MinGW. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index a1e9365d30..950ee8ac4f 100644 --- a/configure.in +++ b/configure.in @@ -404,6 +404,7 @@ mingw*) if test "$with_winsock2" = yes; then rb_cv_binary_elf=no rb_cv_negative_time_t=no enable_pthread=no + ac_cv_func_fcntl=yes ;; os2-emx*) LIBS="-lm $LIBS" ac_cv_lib_dir_opendir=no;; -- cgit v1.2.3