mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
fc16d956cb
commit
4b285e2216
1 changed files with 1 additions and 0 deletions
|
@ -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;;
|
||||
|
|
Loading…
Reference in a new issue