mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.in: option for darwin
* configure.in: remove -ansi and -std options for lgamma_r() and finite(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0d86842f61
commit
a9ff01cdae
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Jun 13 22:18:01 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in: remove -ansi and -std options for lgamma_r() and
|
||||
finite().
|
||||
|
||||
Wed Jun 13 21:46:34 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in: cygwin does not provide some declarations in strict
|
||||
|
|
|
@ -617,8 +617,8 @@ if test "$GCC" = yes; then
|
|||
# comments. We bypass ANSI C mode for them. Otherwise
|
||||
# extension libs cannot include those headers.
|
||||
],
|
||||
[cygwin*], [
|
||||
# ditto
|
||||
[cygwin*|darwin*], [
|
||||
# need lgamma_r(), finite()
|
||||
],
|
||||
[
|
||||
# ANSI (no XCFLAGS because this is C only)
|
||||
|
@ -1116,7 +1116,7 @@ AS_CASE(["$target_os"],
|
|||
[openstep*], [ ],
|
||||
[rhapsody*], [ ],
|
||||
[darwin*], [ RUBY_PREPEND_OPTION(LIBS, -lobjc)
|
||||
RUBY_APPEND_OPTIONS(CPPFLAGS, -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT)
|
||||
RUBY_APPEND_OPTIONS(CPPFLAGS, -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT)
|
||||
AC_MSG_CHECKING(whether Mac OS X 10.5 or later)
|
||||
AC_TRY_CPP([#include <AvailabilityMacros.h>
|
||||
#if MAC_OS_X_VERSION_MAX_ALLOWED <= 1040
|
||||
|
|
Loading…
Add table
Reference in a new issue