From 060ac5ca43e80c474a87176577f1139976d44a7b Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 7 Feb 2009 02:44:07 +0000 Subject: * lib/mkmf.rb (have_header): needs dependent headers if trying to compile. * ext/socket/extconf.rb: net/if.h depends on other headers. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 67519524f..ab83cb073 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Feb 7 11:44:06 2009 Nobuyoshi Nakada + + * lib/mkmf.rb (have_header): needs dependent headers if trying to + compile. + + * ext/socket/extconf.rb: net/if.h depends on other headers. + Sat Feb 7 04:02:37 2009 Tanaka Akira * dir.c (dir_read): don't disable rdoc. -- cgit