* 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:
akr 2004-12-06 14:09:33 +00:00
Родитель ee40e23864
Коммит 2cefbe9fb2
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

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