summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-07 15:16:27 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-07 15:16:27 +0000
commit66f3f80f782444534007cb99096479d1eb45dbea (patch)
tree93519de8905dfddbab1613c5b15e11749f486f6b /configure.in
parentb8e88d9e69526485c6c4fcc0adc2ac158d7cb786 (diff)
downloadruby-66f3f80f782444534007cb99096479d1eb45dbea.tar.gz
ruby-66f3f80f782444534007cb99096479d1eb45dbea.tar.xz
ruby-66f3f80f782444534007cb99096479d1eb45dbea.zip
* configure.in: add setup for mignw32 cross compiling.
[ruby-talk:119413] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7224 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 2ca62ff04..bc6997930 100644
--- a/configure.in
+++ b/configure.in
@@ -306,6 +306,11 @@ mingw*) LIBS="-lshell32 -lwsock32 $LIBS"
ac_cv_func_finite=yes
ac_cv_func_link=yes
ac_cv_lib_crypt_crypt=no
+ ac_cv_func_getpgrp_void=no
+ ac_cv_func_setpgrp_void=yes
+ ac_cv_func_memcmp_working=yes
+ rb_cv_binary_elf=no
+ rb_cv_negative_time_t=no
enable_pthread=no
;;
os2-emx*) LIBS="-lm $LIBS"