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

* configure.in: use waitpid on mingw32.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2001-06-01 02:26:09 +00:00
parent 48d882bc71
commit 2ceb3b1305
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Fri Jun 1 11:21:04 2001 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in: use waitpid on mingw32.
Thu May 31 13:30:25 2001 WATANABE Hirofumi <eban@ruby-lang.org>
* mkconfig.rb, ext/configsub.rb: VERSION -> RUBY_VERSION.

View file

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