summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-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