mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in: Check socket library again. shutdown() is used in
io.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
86d5a05c47
commit
18646d74dd
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu May 9 04:55:49 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* configure.in: Check socket library again. shutdown() is used in
|
||||
io.c.
|
||||
|
||||
Thu May 9 01:52:31 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* configure.in: Don't check socketpair. socketpair is not used in
|
||||
|
|
|
@ -1431,6 +1431,7 @@ AC_CHECK_DECLS([sys_nerr], [], [], [$ac_includes_default
|
|||
AC_CHECK_LIB(crypt, crypt) # glibc (GNU/Linux, GNU/Hurd, GNU/kFreeBSD)
|
||||
AC_CHECK_LIB(dl, dlopen) # Dynamic linking for SunOS/Solaris and SYSV
|
||||
AC_CHECK_LIB(dld, shl_load) # Dynamic linking for HP-UX
|
||||
AC_CHECK_LIB(socket, shutdown) # SunOS/Solaris
|
||||
AC_CHECK_LIB(rt, clock_gettime) # GNU/Linux
|
||||
|
||||
AS_CASE(["$target_cpu"],
|
||||
|
|
Loading…
Reference in a new issue