aboutsummaryrefslogtreecommitdiffstats
path: root/tool/mkconfig.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-26 23:56:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-26 23:56:13 +0000
commit609030816bd613a4cae397227cadbfa0ae7c6c57 (patch)
tree036f35623550d735143d1ee589e110ca4257df12 /tool/mkconfig.rb
parent226c12d4e99e52bcf78f74812479b52cf24338d3 (diff)
downloadruby-609030816bd613a4cae397227cadbfa0ae7c6c57.tar.gz
* mkconfig.rb: reverted r25443 because build_os is used in mkmf.rb
on some platforms. [ruby-core:26332] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/mkconfig.rb')
-rwxr-xr-xtool/mkconfig.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb
index 846b6ab880..ca1f46713a 100755
--- a/tool/mkconfig.rb
+++ b/tool/mkconfig.rb
@@ -77,7 +77,6 @@ File.foreach "config.status" do |line|
when /^RUBY_SO_NAME$/; next if $so_name
when /^arch$/; if val.empty? then val = arch else arch = val end
when /^sitearch/; val = '$(arch)' if val.empty?
- when /^build/; next
end
case val
when /^\$\(ac_\w+\)$/; next