ruby-changes:28564
From: akr <ko1@a...>
Date: Thu, 9 May 2013 01:52:30 +0900 (JST)
Subject: [ruby-changes:28564] akr:r40616 (trunk): * configure.in: Don't check socketpair. socketpair is not used in
akr 2013-05-09 01:52:16 +0900 (Thu, 09 May 2013) New Revision: 40616 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40616 Log: * configure.in: Don't check socketpair. socketpair is not used in ruby command itself. Modified files: trunk/ChangeLog trunk/configure.in Index: configure.in =================================================================== --- configure.in (revision 40615) +++ configure.in (revision 40616) @@ -1431,7 +1431,6 @@ AC_CHECK_DECLS([sys_nerr], [], [], [$ac_ https://github.com/ruby/ruby/blob/trunk/configure.in#L1431 AC_CHECK_LIB(crypt, crypt) # GNU/Linux 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 AC_CHECK_LIB(rt, clock_gettime) # GNU/Linux AS_CASE(["$target_cpu"], @@ -1697,7 +1696,7 @@ AC_CHECK_FUNCS(fmod killpg wait4 waitpid https://github.com/ruby/ruby/blob/trunk/configure.in#L1696 truncate ftruncate ftello chsize times utimes utimensat fcntl lockf lstat\ truncate64 ftruncate64 ftello64 fseeko fseeko64 \ link symlink readlink readdir_r fsync fdatasync fchown posix_fadvise\ - setitimer setruid seteuid setreuid setresuid socketpair\ + setitimer setruid seteuid setreuid setresuid\ setrgid setegid setregid setresgid issetugid pause lchown lchmod\ getpgrp setpgrp getpgid setpgid initgroups getgroups setgroups\ getpriority getrlimit setrlimit sysconf close \ Index: ChangeLog =================================================================== --- ChangeLog (revision 40615) +++ ChangeLog (revision 40616) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu May 9 01:52:31 2013 Tanaka Akira <akr@f...> + + * configure.in: Don't check socketpair. socketpair is not used in + ruby command itself. + Thu May 9 01:05:41 2013 Nobuyoshi Nakada <nobu@r...> * class.c (rb_mod_included_modules): should not include non-modules. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/