mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
1.4.1 to be
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a281c99668
commit
a1b57d0add
32 changed files with 211 additions and 435 deletions
|
|
@ -7,10 +7,10 @@ when /mswin32/
|
|||
test_func = "WSACleanup"
|
||||
have_library("wsock32", "WSACleanup")
|
||||
when /cygwin/
|
||||
$LDFLAGS << " -L/usr/lib" if File.directory?("/usr/lib")
|
||||
$CFLAGS << " -I/usr/include"
|
||||
# $LDFLAGS << " -L/usr/lib" if File.directory?("/usr/lib")
|
||||
# $CFLAGS << " -I/usr/include"
|
||||
test_func = "socket"
|
||||
have_library("bind", "gethostbyaddr")
|
||||
# have_library("bind", "gethostbyaddr")
|
||||
when /beos/
|
||||
test_func = "socket"
|
||||
have_library("net", "socket")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue