mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 01:54:00 +02:00
* ext/digest/sha2/extconf.rb: remove a check for uint64_t.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5a55408b77
commit
2f2da243e9
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Jun 17 17:30:00 2010 Kenta Murata <mrkn@mrkn.jp>
|
||||
|
||||
* ext/digest/sha2/extconf.rb: remove a check for uint64_t.
|
||||
|
||||
Wed Jun 16 18:35:20 2010 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* ext/digest: Work around a build problem with VC++ 2010, likely
|
||||
|
|
|
@ -24,6 +24,4 @@ have_header("sys/cdefs.h")
|
|||
|
||||
$preload = %w[digest]
|
||||
|
||||
if have_type("uint64_t", "defs.h", $defs.join(' '))
|
||||
create_makefile("digest/sha2")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue