summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-28 09:32:56 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-28 09:32:56 +0000
commite3349fb2b37e28b8960835624b3768abc3019e1c (patch)
treec809c5e7a78565792030646cc03ad6e181992080 /ChangeLog
parent234cf271dfc2e88245ada27b41b9cae1e692f716 (diff)
downloadruby-e3349fb2b37e28b8960835624b3768abc3019e1c.tar.gz
ruby-e3349fb2b37e28b8960835624b3768abc3019e1c.tar.xz
ruby-e3349fb2b37e28b8960835624b3768abc3019e1c.zip
* ext/openssl/extconf.rb: no need to check unistd.h and sys/time.h.
they are already checked at configure. reported by KOBAYASHI Yasuhiro [ruby-list:43225] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 845b178e9..1e18edac8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Feb 28 18:31:51 2007 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * ext/openssl/extconf.rb: no need to check unistd.h and sys/time.h.
+ they are already checked at configure.
+ reported by KOBAYASHI Yasuhiro [ruby-list:43225]
+
Wed Feb 28 18:23:43 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/mkmf.rb ($DEFLIBPATH): default library paths ($(topdir), etc)