mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
22a04e5720
commit
eb4ae6bc54
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ when /i386-os2_emx/
|
|||
have_library("socket", "socket")
|
||||
else
|
||||
test_func = "socket"
|
||||
have_library("nsl", "t_open")
|
||||
have_library("socket", "socket")
|
||||
have_library("nsl", "t_open") # SunOS
|
||||
have_library("socket", "socket") # SunOS
|
||||
end
|
||||
|
||||
unless $mswin or $bccwin or $mingw
|
||||
|
|
Loading…
Add table
Reference in a new issue