From a9c7af3b6e3cf06977a5346cbe2ab287a652551a Mon Sep 17 00:00:00 2001 From: kosaki Date: Tue, 8 Feb 2011 05:03:07 +0000 Subject: [PATCH] * 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 --- ChangeLog | 5 +++++ configure.in | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4da000a17e..73c1211332 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 8 13:59:56 2011 KOSAKI Motohiro + + * 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 * process.c (proc_setgroups): add GC guard to prevent intermediate diff --git a/configure.in b/configure.in index 545bd7037c..0cf6536687 100644 --- a/configure.in +++ b/configure.in @@ -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