mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in: set ac_cv_func_link to yes to enable link() on MinGW.
[ruby-dev:22241] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
647419e4f2
commit
0b97d6f458
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Thu Feb 12 14:17:43 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||||
|
|
||||||
|
* configure.in: set ac_cv_func_link to yes to enable link() on MinGW.
|
||||||
|
[ruby-dev:22241]
|
||||||
|
|
||||||
Thu Feb 12 13:32:49 2004 NAKAMURA Usaku <usa@ruby-lang.org>
|
Thu Feb 12 13:32:49 2004 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* win32/win32.c (link): raise NotImplementedError on Win9X.
|
* win32/win32.c (link): raise NotImplementedError on Win9X.
|
||||||
|
|
|
@ -307,6 +307,7 @@ mingw*) LIBS="-lwsock32 $LIBS"
|
||||||
ac_cv_func_isinf=yes
|
ac_cv_func_isinf=yes
|
||||||
ac_cv_func_isnan=yes
|
ac_cv_func_isnan=yes
|
||||||
ac_cv_func_finite=yes
|
ac_cv_func_finite=yes
|
||||||
|
ac_cv_func_link=yes
|
||||||
ac_cv_lib_crypt_crypt=no
|
ac_cv_lib_crypt_crypt=no
|
||||||
enable_pthread=no
|
enable_pthread=no
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue