summaryrefslogtreecommitdiffstats
path: root/tool
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
commitfcf029d6dbe96429777eeb261589f3a76fcc8b96 (patch)
tree036f35623550d735143d1ee589e110ca4257df12 /tool
parent3adc851f113baab64a6705a981b09317f4a3f862 (diff)
downloadruby-fcf029d6dbe96429777eeb261589f3a76fcc8b96.tar.gz
ruby-fcf029d6dbe96429777eeb261589f3a76fcc8b96.tar.xz
ruby-fcf029d6dbe96429777eeb261589f3a76fcc8b96.zip
* mkconfig.rb: reverted r25443 because build_os is used in mkmf.rb
on some platforms. [ruby-core:26332] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rwxr-xr-xtool/mkconfig.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb
index 846b6ab88..ca1f46713 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