From a9ff01cdae59a09c71d23c9197fa692be28c5c5c Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 13 Jun 2012 13:18:05 +0000 Subject: 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 --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 359564b91f..565f4754b2 100644 --- a/configure.in +++ b/configure.in @@ -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 #if MAC_OS_X_VERSION_MAX_ALLOWED <= 1040 -- cgit v1.2.3