From 5b63fc556fd06f8c6c170df359a854d3e504806f Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 14 Aug 2001 12:15:21 +0000 Subject: * ext/digest/sha2/extconf.rb: do not create Makefile when no 64bit integer type is detected. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ ext/digest/sha2/extconf.rb | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 47f8156f92..c2822bfae7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 14 21:14:07 2001 Akinori MUSHA + + * ext/digest/sha2/extconf.rb: do not create Makefile when no 64bit + integer type is detected. + Tue Aug 14 17:09:12 2001 Yukihiro Matsumoto * range.c (range_step): new method. diff --git a/ext/digest/sha2/extconf.rb b/ext/digest/sha2/extconf.rb index fcbc1ddd8b..144f266b20 100644 --- a/ext/digest/sha2/extconf.rb +++ b/ext/digest/sha2/extconf.rb @@ -17,4 +17,12 @@ have_header("inttypes.h") have_header("unistd.h") +unless try_link(<