From 253140b1c8b700cc2adcbbe0af4e489d41d0d17c Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 11 Nov 2005 23:37:32 +0000 Subject: * configure.in (socketpair): need to be checked. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 687e9e833..9ecf1ca6e 100644 --- a/configure.in +++ b/configure.in @@ -500,7 +500,7 @@ AC_REPLACE_FUNCS(dup2 memmove strcasecmp strncasecmp strerror strftime\ isnan finite isinf hypot acosh erf) AC_CHECK_FUNCS(fmod killpg wait4 waitpid fork spawnv syscall chroot fsync getcwd\ truncate chsize times utimes fcntl lockf lstat link symlink readlink\ - setitimer setruid seteuid setreuid setresuid setproctitle\ + setitimer setruid seteuid setreuid setresuid setproctitle socketpair\ setrgid setegid setregid setresgid issetugid pause lchown lchmod\ getpgrp setpgrp getpgid setpgid initgroups getgroups setgroups\ getpriority getrlimit setrlimit\ -- cgit