* 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
This commit is contained in:
eban 2007-02-28 12:47:01 +00:00
parent fc16d956cb
commit 4b285e2216
1 changed files with 1 additions and 0 deletions

View File

@ -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;;