aboutsummaryrefslogtreecommitdiffstats
path: root/tool/mkconfig.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-07 08:40:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-07 08:40:32 +0000
commitdf96e4184556346d821541d847f9fca7b53e29a5 (patch)
tree193fa663dcd36b603dc180a07f578fcab4613efb /tool/mkconfig.rb
parente4e9758aa5a096ccf7679dace5ef52a00b959a92 (diff)
downloadruby-df96e4184556346d821541d847f9fca7b53e29a5.tar.gz
* mkconfig.rb, lib/rbconfig/obsolete.rb: warn obsolete and
deprecated Config. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/mkconfig.rb')
-rwxr-xr-xtool/mkconfig.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb
index ac24821829..07d6982701 100755
--- a/tool/mkconfig.rb
+++ b/tool/mkconfig.rb
@@ -213,7 +213,7 @@ print <<EOS
)
end
end
-Config = RbConfig # compatibility for ruby-1.8.4 and older.
+autoload :Config, "rbconfig/obsolete.rb" # compatibility for ruby-1.8.4 and older.
CROSS_COMPILING = nil unless defined? CROSS_COMPILING
EOS