summaryrefslogtreecommitdiff
path: root/mkconfig.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-02-21 10:24:18 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-02-21 10:24:18 +0000
commitc270c82ebb443e72746ad97b766cc70f8d473cf5 (patch)
treee9d6c7216a6181192fe8cbb0817e61086b8067eb /mkconfig.rb
parent00610f75f7eda49567fb809d982810150a5c7b1b (diff)
comment ruby version more specific.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'mkconfig.rb')
-rw-r--r--mkconfig.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkconfig.rb b/mkconfig.rb
index 02e91ab339..e64490e287 100644
--- a/mkconfig.rb
+++ b/mkconfig.rb
@@ -137,7 +137,7 @@ print <<EOS
RbConfig::expand(val)
end
end
-Config = RbConfig # compatibility for ruby-1.8 and older.
+Config = RbConfig # compatibility for ruby-1.8.4 and older.
CROSS_COMPILING = nil unless defined? CROSS_COMPILING
EOS