mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/mkmf.rb (try_do): fix typo. a patch from Peter Weldon
at [ruby-core:32327]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bed2696508
commit
3e86bd8f3a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Sep 13 18:11:55 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/mkmf.rb (try_do): fix typo. a patch from Peter Weldon
|
||||
at [ruby-core:32327].
|
||||
|
||||
Mon Sep 13 10:12:09 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* util.c (ruby_strtod): reject Float('0x0.').
|
||||
|
|
|
@ -362,7 +362,7 @@ end
|
|||
def try_do(src, command, &b)
|
||||
unless have_devel?
|
||||
raise <<MSG
|
||||
The complier failed to generate an executable file.
|
||||
The compiler failed to generate an executable file.
|
||||
You have to install development tools first.
|
||||
MSG
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue