зеркало из https://github.com/github/ruby.git
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@20210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
b0e3af4922
Коммит
e087f9ed6a
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче