mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in (AC_CHECK_FUNCS): need to check link().
fixed: [ruby-dev:27814] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5eb97a74ed
commit
2a666445f6
2 changed files with 12 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Thu Nov 24 21:05:58 2005 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* configure.in (AC_CHECK_FUNCS): need to check link().
|
||||||
|
fixed: [ruby-dev:27814]
|
||||||
|
|
||||||
Thu Nov 24 01:22:25 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
Thu Nov 24 01:22:25 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
||||||
|
|
||||||
* file.c (w32_io_info): CreateFile failed on Win9x if file was already
|
* file.c (w32_io_info): CreateFile failed on Win9x if file was already
|
||||||
|
|
14
configure.in
14
configure.in
|
@ -438,13 +438,13 @@ AC_REPLACE_FUNCS(dup2 memmove strcasecmp strncasecmp strerror strftime\
|
||||||
strchr strstr strtoul crypt flock vsnprintf\
|
strchr strstr strtoul crypt flock vsnprintf\
|
||||||
isnan finite isinf hypot acosh erf)
|
isnan finite isinf hypot acosh erf)
|
||||||
AC_CHECK_FUNCS(fmod killpg wait4 waitpid syscall chroot fsync getcwd\
|
AC_CHECK_FUNCS(fmod killpg wait4 waitpid syscall chroot fsync getcwd\
|
||||||
truncate chsize times utimes fcntl lockf lstat symlink readlink\
|
truncate chsize times utimes fcntl lockf lstat symlink link\
|
||||||
setitimer setruid seteuid setreuid setresuid setproctitle\
|
readlink setitimer setruid seteuid setreuid setresuid\
|
||||||
setrgid setegid setregid setresgid issetugid pause lchown lchmod\
|
setproctitle setrgid setegid setregid setresgid issetugid pause\
|
||||||
getpgrp setpgrp getpgid setpgid initgroups getgroups setgroups\
|
lchown lchmod getpgrp setpgrp getpgid setpgid initgroups\
|
||||||
getpriority getrlimit dlopen sigprocmask sigaction _setjmp\
|
getgroups setgroups getpriority getrlimit dlopen sigprocmask\
|
||||||
setsid telldir seekdir fchmod mktime timegm cosh sinh tanh\
|
sigaction _setjmp setsid telldir seekdir fchmod mktime timegm\
|
||||||
setuid setgid)
|
cosh sinh tanh setuid setgid)
|
||||||
AC_ARG_ENABLE(setreuid,
|
AC_ARG_ENABLE(setreuid,
|
||||||
[ --enable-setreuid use setreuid()/setregid() according to need even if obsolete.],
|
[ --enable-setreuid use setreuid()/setregid() according to need even if obsolete.],
|
||||||
[use_setreuid=$enableval])
|
[use_setreuid=$enableval])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue