summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-16 03:26:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-16 03:26:51 +0000
commit4c2bf69cf720e832847c137eaebad6d17eb2fee6 (patch)
tree878befd00e2e76daf1d4205dc71f903f5f425958 /configure.in
parentc61255aa17012ef4f377fea502cba14d8cfdc3ca (diff)
downloadruby-4c2bf69cf720e832847c137eaebad6d17eb2fee6.tar.gz
ruby-4c2bf69cf720e832847c137eaebad6d17eb2fee6.tar.xz
ruby-4c2bf69cf720e832847c137eaebad6d17eb2fee6.zip
* 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/trunk@20773 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 93ad2d217..fd38bfd36 100644
--- a/configure.in
+++ b/configure.in
@@ -522,7 +522,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)