[前][次][番号順一覧][スレッド一覧]

ruby-changes:16368

From: mrkn <ko1@a...>
Date: Thu, 17 Jun 2010 17:39:41 +0900 (JST)
Subject: [ruby-changes:16368] Ruby:r28345 (ruby_1_9_2): * ext/digest/sha2/extconf.rb: remove a check for uint64_t.

mrkn	2010-06-17 17:39:22 +0900 (Thu, 17 Jun 2010)

  New Revision: 28345

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=28345

  Log:
    * ext/digest/sha2/extconf.rb: remove a check for uint64_t.

  Modified files:
    branches/ruby_1_9_2/ChangeLog
    branches/ruby_1_9_2/ext/digest/sha2/extconf.rb

Index: ruby_1_9_2/ChangeLog
===================================================================
--- ruby_1_9_2/ChangeLog	(revision 28344)
+++ ruby_1_9_2/ChangeLog	(revision 28345)
@@ -1,3 +1,7 @@
+Thu Jun 17 17:30:00 2010  Kenta Murata <mrkn@m...>
+
+	* ext/digest/sha2/extconf.rb: remove a check for uint64_t.
+
 Wed Jun 16 18:35:20 2010  Akinori MUSHA  <knu@i...>
 
 	* ext/digest: Work around a build problem with VC++ 2010, likely
Index: ruby_1_9_2/ext/digest/sha2/extconf.rb
===================================================================
--- ruby_1_9_2/ext/digest/sha2/extconf.rb	(revision 28344)
+++ ruby_1_9_2/ext/digest/sha2/extconf.rb	(revision 28345)
@@ -24,6 +24,4 @@
 
 $preload = %w[digest]
 
-if have_type("uint64_t", "defs.h", $defs.join(' '))
-  create_makefile("digest/sha2")
-end
+create_makefile("digest/sha2")

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]