mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in: removes AC_CHECK_FUNCS(setitimer) because it's
unsed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3f6b5aa2f8
commit
82330e919b
2 changed files with 5 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
Sun May 12 17:13:32 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* configure.in: removes AC_CHECK_FUNCS(setitimer) because it's
|
||||
unsed.
|
||||
|
||||
Sun May 12 17:08:16 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* configure.in: removes AC_CHECK_FUNCS(pause) because it's unused.
|
||||
|
|
|
@ -972,10 +972,6 @@ main()
|
|||
ac_cv_func_isinf=yes
|
||||
ac_cv_func_isnan=yes
|
||||
],
|
||||
[bow], [ ac_cv_func_setitimer=no
|
||||
],
|
||||
[superux*], [ ac_cv_func_setitimer=no
|
||||
],
|
||||
[nacl], [
|
||||
LIBS="-lm $LIBS"
|
||||
if test "${nacl_cv_build_variant}" = "newlib"; then
|
||||
|
@ -1789,7 +1785,6 @@ AC_CHECK_FUNCS(setenv)
|
|||
AC_CHECK_FUNCS(seteuid)
|
||||
AC_CHECK_FUNCS(setgid)
|
||||
AC_CHECK_FUNCS(setgroups)
|
||||
AC_CHECK_FUNCS(setitimer)
|
||||
AC_CHECK_FUNCS(setpgid)
|
||||
AC_CHECK_FUNCS(setpgrp)
|
||||
AC_CHECK_FUNCS(setregid)
|
||||
|
|
Loading…
Add table
Reference in a new issue