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/trunk@2488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2002-05-22 11:23:11 +00:00
parent 3caee29585
commit f625a17502
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:34:23 2002 Minero Aoki <aamine@loveruby.net>
* parse.y (yylex): Here-document label ate '-'.

View file

@ -218,7 +218,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"