diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-07 15:16:27 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-07 15:16:27 +0000 |
| commit | af279da54365cec718a347d88f900383645fa537 (patch) | |
| tree | b79be8e067eac44f72e4850d1535b58d6b4c7978 | |
| parent | 84191502403d2053e7c4de79aeabe2e7af1babc7 (diff) | |
| download | ruby-af279da54365cec718a347d88f900383645fa537.tar.gz ruby-af279da54365cec718a347d88f900383645fa537.tar.xz ruby-af279da54365cec718a347d88f900383645fa537.zip | |
* configure.in: add setup for mignw32 cross compiling.
[ruby-talk:119413]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7224 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | configure.in | 5 |
2 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Mon Nov 8 00:14:13 2004 WATANABE Hirofumi <eban@ruby-lang.org> + + * configure.in: add setup for mignw32 cross compiling. + [ruby-talk:119413] + Sun Nov 7 23:49:26 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/lib/tk.rb: bind-event methods accept multi substitution diff --git a/configure.in b/configure.in index 641954adf..1f3723c73 100644 --- a/configure.in +++ b/configure.in @@ -308,6 +308,11 @@ mingw*) LIBS="-lwsock32 $LIBS" ac_cv_func_isnan=yes ac_cv_func_finite=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" |
