diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Tue Nov 11 20:49:29 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com> + + * configure.in: fix SEGV on Mac OS X 10.5.3 with pthread. + a patch from Wataru Kimura in Bug #193 [ruby-core:17333]. + Tue Nov 11 20:39:27 2008 Tadayoshi Funaba <tadf@dotrb.org> * lib/date.rb (inspect): reverted the previous change. 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) |
