From 0cb863eeb10408fbbd30c82c428e578db105864a Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 24 Jun 2008 08:20:42 +0000 Subject: * configure.in (rb_cv_fork_with_pthread): check after check for pthread library, and define the macro when checked only. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 168343b24..14d2e3e9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 24 17:20:39 2008 Nobuyoshi Nakada + + * configure.in (rb_cv_fork_with_pthread): check after check for + pthread library, and define the macro when checked only. + Tue Jun 24 17:04:39 2008 NAKAMURA Usaku * ext/io/wait/extconf.rb: check sys/socket.h for cygwin. -- cgit