mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in: Mac OS X wrongly reports it has fdatasync(3).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5323407175
commit
33671c826d
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Jan 30 08:02:55 2011 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* configure.in: Mac OS X wrongly reports it has fdatasync(3).
|
||||
|
||||
Sun Jan 30 03:29:47 2011 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.
|
||||
|
|
|
@ -934,6 +934,7 @@ 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>
|
||||
|
|
Loading…
Add table
Reference in a new issue