1
0
Fork 0
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:
akr 2013-02-13 14:41:28 +00:00
parent 22a04e5720
commit eb4ae6bc54

View file

@ -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