aboutsummaryrefslogtreecommitdiffstats
path: root/tool/mkconfig.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-29 18:08:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-29 18:08:56 +0000
commitbd89d0cba5a20a2d2f76c4d98e3e70553973c7e7 (patch)
treee3b9a1a3f714e7f3a86d24fb1cce0a018b6be88e /tool/mkconfig.rb
parente33cbc0f540560a3fe0694a5c2792a1b45499951 (diff)
downloadruby-bd89d0cba5a20a2d2f76c4d98e3e70553973c7e7.tar.gz
rbconfig/obsolete.rb: Config
* lib/rbconfig/obsolete.rb (Config): re-introduce warnings for a lame-duck. [ruby-core:46836] [Bug #6809] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/mkconfig.rb')
-rwxr-xr-xtool/mkconfig.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb
index e5203c4d2a..f9d97d3d71 100755
--- a/tool/mkconfig.rb
+++ b/tool/mkconfig.rb
@@ -248,6 +248,7 @@ print <<EOS
)
end
end
+autoload :Config, "rbconfig/obsolete.rb" # compatibility for ruby-1.8.4 and older.
CROSS_COMPILING = nil unless defined? CROSS_COMPILING
EOS