ruby-changes:18699
From: naruse <ko1@a...>
Date: Sun, 30 Jan 2011 08:03:57 +0900 (JST)
Subject: [ruby-changes:18699] Ruby:r30725 (trunk): * configure.in: Mac OS X wrongly reports it has fdatasync(3).
naruse 2011-01-30 08:03:47 +0900 (Sun, 30 Jan 2011) New Revision: 30725 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30725 Log: * configure.in: Mac OS X wrongly reports it has fdatasync(3). Modified files: trunk/ChangeLog trunk/configure.in Index: configure.in =================================================================== --- configure.in (revision 30724) +++ configure.in (revision 30725) @@ -934,6 +934,7 @@ 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> Index: ChangeLog =================================================================== --- ChangeLog (revision 30724) +++ ChangeLog (revision 30725) @@ -1,3 +1,7 @@ +Sun Jan 30 08:02:55 2011 NARUSE, Yui <naruse@r...> + + * configure.in: Mac OS X wrongly reports it has fdatasync(3). + Sun Jan 30 03:29:47 2011 NARUSE, Yui <naruse@r...> * ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/