From e09bc2b8695d199c4dc82089d0ba182a94bc40c1 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 1 Apr 2009 11:40:38 +0000 Subject: * configure.in (rb_cv_fork_with_pthread): fail if the child process fail. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b710b4f47..434f702c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 1 20:37:49 2009 Tanaka Akira + + * configure.in (rb_cv_fork_with_pthread): fail if the child process + fail. + Wed Apr 1 19:46:46 2009 Nobuyoshi Nakada * lib/mkmf.rb (create_makefile): support for parallel make. a -- cgit