Skip to content

Commit

Permalink
* mkconfig.rb: reverted r25443 because build_os is used in mkmf.rb
Browse files Browse the repository at this point in the history
  on some platforms.  [ruby-core:26332]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Oct 26, 2009
1 parent 226c12d commit 6090308
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Tue Oct 27 08:56:11 2009 Nobuyoshi Nakada <[email protected]>

* 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 <[email protected]>

* gc.c (garbage_collect_with_gvl): do not garbage_collect when
Expand Down
1 change: 0 additions & 1 deletion tool/mkconfig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ module RbConfig
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
Expand Down

0 comments on commit 6090308

Please sign in to comment.