* 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:
eban 2004-02-12 05:20:09 +00:00
parent 647419e4f2
commit 0b97d6f458
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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
;;