mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in (rb_cv_msvcrt): defaulted to msvcrt. Workaround for a
bug of cygwin 1.5.20. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
13556ea5ee
commit
c993c31c54
2 changed files with 12 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Jul 17 23:30:46 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in (rb_cv_msvcrt): defaulted to msvcrt. Workaround for a
|
||||
bug of cygwin 1.5.20.
|
||||
|
||||
Mon Jul 17 22:55:31 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* ext/io/wait/wait.c (io_ready_p): protoize.
|
||||
|
|
|
@ -181,8 +181,8 @@ cygwin*|mingw*)
|
|||
[rb_cv_msvcrt=`$OBJDUMP -p conftest$ac_exeext |
|
||||
tr A-Z a-z |
|
||||
sed -n '/^[[ ]]*dll name: \(msvc.*\)\.dll$/{s//\1/p;q;}'`],
|
||||
[rb_cv_msvcrt=msvcrt])])
|
||||
test "$rb_cv_msvcrt" = "" && AC_MSG_ERROR([must be linked to DLL])
|
||||
[rb_cv_msvcrt=msvcrt])
|
||||
test "$rb_cv_msvcrt" = "" && rb_cv_msvcrt=msvcrt])
|
||||
esac
|
||||
: ${enable_shared=yes}
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue