aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-24 08:20:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-24 08:20:42 +0000
commitac531a8aa8aff6776c0525fc25381d5d4a483753 (patch)
tree9e88e034a12064121d0decf90407d9ba2b86484e /ChangeLog
parenta0e7746d78b22585b7f3efd3bc7aa298305c567c (diff)
downloadruby-ac531a8aa8aff6776c0525fc25381d5d4a483753.tar.gz
* configure.in (rb_cv_fork_with_pthread): check after check for
pthread library, and define the macro when checked only. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 168343b24c..14d2e3e9d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jun 24 17:20:39 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * 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 <usa@ruby-lang.org>
* ext/io/wait/extconf.rb: check sys/socket.h for cygwin.