From 3ad45b72b40372b30209bbd561c26d960a4862e1 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 11 Aug 2010 01:55:52 +0000 Subject: [PATCH] * mkconfig.rb: should use RbConfig instead of Config, because the name of module was changed at r28900. this change solves the build failure. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@28958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ mkconfig.rb | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c3072e250c..eca8e7615f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Aug 11 10:53:28 2010 NAKAMURA Usaku + + * mkconfig.rb: should use RbConfig instead of Config, because the name + of module was changed at r28900. this change solves the build + failure. + Tue Aug 10 17:35:49 2010 NARUSE, Yui * lib/webrick/httprequest.rb (WEBrick::HTTPRequest::parse_uri): diff --git a/mkconfig.rb b/mkconfig.rb index ebd58ba1e8..584f0fa2d8 100755 --- a/mkconfig.rb +++ b/mkconfig.rb @@ -156,14 +156,14 @@ print <