From 4b285e22164ba03e61ba3037c46988cb4f0881bf Mon Sep 17 00:00:00 2001 From: eban Date: Wed, 28 Feb 2007 12:47:01 +0000 Subject: * configure.in (ac_cv_func_fcntl): fcntl support for MinGW. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11942 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 2f704a542e..3843ea0d80 100644 --- a/configure.in +++ b/configure.in @@ -427,6 +427,7 @@ mingw*) LIBS="-lshell32 -lws2_32 $LIBS" 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