1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Wed May 22 20:18:31 2002 WATANABE Hirofumi <eban@ruby-lang.org>

* configure.in: need not link vsnprintf.o on MinGW.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2002-05-22 11:23:11 +00:00
parent 7b0e694511
commit 1c480949b5
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Wed May 22 20:18:31 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in: need not link vsnprintf.o on MinGW.
Wed May 22 18:40:22 2002 Minero Aoki <aamine@loveruby.net>
* parse.y (yylex): case '<': here-document has eaten '-'.

View file

@ -205,7 +205,9 @@ mingw*) LIBS="-lwsock32 -lmsvcrt $LIBS"
ac_cv_header_sys_select_h=no
ac_cv_header_sys_times_h=no
ac_cv_func_times=yes
ac_cv_func_waitpid=yes;;
ac_cv_func_waitpid=yes
ac_cv_func_vsnprintf=yes
;;
os2_emx*) LIBS="-lm $LIBS"
ac_cv_lib_dir_opendir=no;;
msdosdjgpp*) LIBS="-lm $LIBS"