summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-28 12:47:01 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-28 12:47:01 +0000
commit9f3c46d946b4e619e590c30e7b482952ed89f8b4 (patch)
treeb8589946aab83ed7e64c8fa3d9dedbfcb809eaf0 /configure.in
parent4d363c6e82f02b1548a28c057e242a88067bf4a0 (diff)
downloadruby-9f3c46d946b4e619e590c30e7b482952ed89f8b4.tar.gz
ruby-9f3c46d946b4e619e590c30e7b482952ed89f8b4.tar.xz
ruby-9f3c46d946b4e619e590c30e7b482952ed89f8b4.zip
* configure.in (ac_cv_func_fcntl): fcntl support for MinGW.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11942 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 2f704a542..3843ea0d8 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;;