зеркало из https://github.com/github/ruby.git
* 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:
Родитель
647419e4f2
Коммит
0b97d6f458
|
@ -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>
|
||||
|
||||
* win32/win32.c (link): raise NotImplementedError on Win9X.
|
||||
|
|
|
@ -307,6 +307,7 @@ mingw*) LIBS="-lwsock32 $LIBS"
|
|||
ac_cv_func_isinf=yes
|
||||
ac_cv_func_isnan=yes
|
||||
ac_cv_func_finite=yes
|
||||
ac_cv_func_link=yes
|
||||
ac_cv_lib_crypt_crypt=no
|
||||
enable_pthread=no
|
||||
;;
|
||||
|
|
Загрузка…
Ссылка в новой задаче