* 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:
mrkn 2010-06-17 08:39:22 +00:00
parent 5a55408b77
commit 2f2da243e9
2 changed files with 5 additions and 3 deletions

View file

@ -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> Wed Jun 16 18:35:20 2010 Akinori MUSHA <knu@iDaemons.org>
* ext/digest: Work around a build problem with VC++ 2010, likely * ext/digest: Work around a build problem with VC++ 2010, likely

View file

@ -24,6 +24,4 @@ have_header("sys/cdefs.h")
$preload = %w[digest] $preload = %w[digest]
if have_type("uint64_t", "defs.h", $defs.join(' ')) create_makefile("digest/sha2")
create_makefile("digest/sha2")
end