* 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
This commit is contained in:
nobu 2009-10-26 23:56:13 +00:00
parent 226c12d4e9
commit 609030816b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Tue Oct 27 08:56:11 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* mkconfig.rb: reverted r25443 because build_os is used in mkmf.rb
on some platforms. [ruby-core:26332]
Tue Oct 27 07:53:25 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* gc.c (garbage_collect_with_gvl): do not garbage_collect when

View File

@ -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