зеркало из https://github.com/github/ruby.git
* configure.in: check -lsocket for socketpair and shutdown.
reported by Ville Mattila. [ruby-core:03903] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
ee40e23864
Коммит
2cefbe9fb2
|
@ -1,3 +1,8 @@
|
|||
Mon Dec 6 23:07:57 2004 Tanaka Akira <akr@m17n.org>
|
||||
|
||||
* configure.in: check -lsocket for socketpair and shutdown.
|
||||
reported by Ville Mattila. [ruby-core:03903]
|
||||
|
||||
Mon Dec 6 23:00:45 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* configure.in (ac_cv_sizeof_rlim_t): setup for DJGPP.
|
||||
|
|
|
@ -365,6 +365,7 @@ esac
|
|||
AC_CHECK_LIB(crypt, crypt)
|
||||
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, socketpair) # SunOS/Solaris
|
||||
|
||||
case "$target_cpu" in
|
||||
alpha*) case "$target_os"::"$GCC" in
|
||||
|
|
Загрузка…
Ссылка в новой задаче