diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-02-20 17:20:55 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-02-20 17:20:55 +0000 |
| commit | 2f65bf379ae1da1a4aea94b14cd0b16acd22cac2 (patch) | |
| tree | 5b568273773634ed661be9828aaf5b8e7dceb5da | |
| parent | 06aa8aad1872f5dfb0038758b285f6e47b825d2e (diff) | |
| download | ruby-2f65bf379ae1da1a4aea94b14cd0b16acd22cac2.tar.gz ruby-2f65bf379ae1da1a4aea94b14cd0b16acd22cac2.tar.xz ruby-2f65bf379ae1da1a4aea94b14cd0b16acd22cac2.zip | |
* configure.in (mingw): have link.
* win32/Makefile.sub (config.h): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | configure.in | 1 | ||||
| -rw-r--r-- | win32/Makefile.sub | 1 |
3 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Tue Feb 21 02:18:46 2006 NAKAMURA Usaku <usa@ruby-lang.org> + + * configure.in (mingw): have link. + + * win32/Makefile.sub (config.h): ditto. + Tue Feb 21 02:07:39 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * parse.y (f_arglist): should set command_start = Qtrue for diff --git a/configure.in b/configure.in index 0e2820fae..4a7a8f3ea 100644 --- a/configure.in +++ b/configure.in @@ -345,6 +345,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 ac_cv_func_getpgrp_void=no ac_cv_func_setpgrp_void=yes diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 50f0aa6c4..60b94acdf 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -273,6 +273,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub #define HAVE_CHSIZE 1 #define HAVE_TIMES 1 #define HAVE_FCNTL 1 +#define HAVE_LINK 1 #define HAVE__SETJMP 1 #define HAVE_TELLDIR 1 #define HAVE_SEEKDIR 1 |
