summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-11 15:21:24 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-11 15:21:24 +0000
commit7f1c3dc63027112a37a552abf9167bd97ddc9996 (patch)
tree6890e472abd491fe580a80c32d93df44fb4bb2e0 /configure.in
parentbcf00e4340d0ed0e9417b3175b84d04a23ba9fd3 (diff)
downloadruby-7f1c3dc63027112a37a552abf9167bd97ddc9996.tar.gz
ruby-7f1c3dc63027112a37a552abf9167bd97ddc9996.tar.xz
ruby-7f1c3dc63027112a37a552abf9167bd97ddc9996.zip
merges r20210 from trunk into ruby_1_9_1.
* configure.in: fix SEGV on Mac OS X 10.5.3 with pthread. a patch from Wataru Kimura in Bug #193 [ruby-core:17333]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20221 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 779d6adb2..26e8c4790 100644
--- a/configure.in
+++ b/configure.in
@@ -517,7 +517,7 @@ darwin*) LIBS="-lobjc $LIBS"
#endif
],
[
- test "x$target_cpu" = xppc && ac_cv_header_ucontext_h=no
+ test "x$target_cpu" = xpowerpc && ac_cv_header_ucontext_h=no
],
[
AC_DEFINE(BROKEN_SETREUID, 1)