Skip to content

Commit c086e78

Browse files
author
matz
committed
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 876cb96 commit c086e78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/socket/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
else
1313
test_func = "socket"
1414
have_library("inet", "gethostbyname")
15-
have_library("nsl", "gethostbyname")
15+
have_library("nsl", "t_open")
1616
have_library("socket", "socket")
1717
end
1818
have_header("sys/un.h")

ext/tcltklib/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
require 'mkmf'
44

5+
have_library("nsl", "t_open")
56
have_library("socket", "socket")
6-
have_library("nsl", "gethostbyname")
77
have_library("dl", "dlopen")
88
have_library("m", "log")
99

0 commit comments

Comments
 (0)