summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-11 11:50:57 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-11 11:50:57 +0000
commit24931aa0ffdc23e5981c5a4a68da8eb9702a45e2 (patch)
tree37cd036cd743a967c9d783fe711f93bff83ef262 /configure.in
parent0dde751f6f4a2164321b9e8c457c7ef5049bdb9d (diff)
downloadruby-24931aa0ffdc23e5981c5a4a68da8eb9702a45e2.tar.gz
ruby-24931aa0ffdc23e5981c5a4a68da8eb9702a45e2.tar.xz
ruby-24931aa0ffdc23e5981c5a4a68da8eb9702a45e2.zip
* 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/trunk@20210 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)