зеркало из https://github.com/github/ruby.git
* configure.in: revert r30725. Now we have proper runtime fallback.
Therefore, no need compile time disabling. (see r30762). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
012e60f61c
Коммит
a9c7af3b6e
|
@ -1,3 +1,8 @@
|
|||
Tue Feb 8 13:59:56 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* configure.in: revert r30725. Now we have proper runtime fallback.
|
||||
Therefore, no need compile time disabling. (see r30762).
|
||||
|
||||
Tue Feb 8 01:00:21 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
|
||||
|
||||
* process.c (proc_setgroups): add GC guard to prevent intermediate
|
||||
|
|
|
@ -934,7 +934,6 @@ AS_CASE(["$target_os"],
|
|||
fi
|
||||
ac_cv_type_getgroups=gid_t # getgroups() on Rosetta fills garbage
|
||||
ac_cv_lib_crypt_crypt=no
|
||||
ac_cv_func_fdatasync=no # Mac OS 10.6 wrongly reports it has fdatasync
|
||||
AC_CACHE_CHECK(for broken crypt with 8bit chars, rb_cv_broken_crypt,
|
||||
[AC_TRY_RUN([
|
||||
#include <stdio.h>
|
||||
|
|
Загрузка…
Ссылка в новой задаче