summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-17 06:17:34 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-17 06:17:34 +0000
commite0ff6b8266aa178ea7422442e3fd5e278c34e047 (patch)
treea5fdbe35a4748bbff89919abb56eba312985c411 /configure.in
parent13d52c84316f99dd91fd5ff70146aff9f44c9582 (diff)
downloadruby-e0ff6b8266aa178ea7422442e3fd5e278c34e047.tar.gz
ruby-e0ff6b8266aa178ea7422442e3fd5e278c34e047.tar.xz
ruby-e0ff6b8266aa178ea7422442e3fd5e278c34e047.zip
merges r20773 from trunk into ruby_1_9_1.
* configure.in (ac_cv_header_ucontext_h): do not use ucontext.h on Mac OS X 10.5 or later. merged from MacPorts. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b85e9dd7f..68b1d6cc2 100644
--- a/configure.in
+++ b/configure.in
@@ -528,7 +528,7 @@ darwin*) LIBS="-lobjc $LIBS"
#endif
],
[
- test "x$target_cpu" = xpowerpc && ac_cv_header_ucontext_h=no
+ ac_cv_header_ucontext_h=no
],
[
AC_DEFINE(BROKEN_SETREUID, 1)