From 8107df0103bd082eac252bea5ed557342f766614 Mon Sep 17 00:00:00 2001 From: eban Date: Mon, 20 Aug 2001 10:56:03 +0000 Subject: * ext/digest/sha2/extconf.rb: fix support for cross-compiling. * mkconfig.rb: fix support for autoconf 2.52. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/digest/sha2/extconf.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'ext/digest/sha2/extconf.rb') diff --git a/ext/digest/sha2/extconf.rb b/ext/digest/sha2/extconf.rb index f593c7911..c982aa64d 100644 --- a/ext/digest/sha2/extconf.rb +++ b/ext/digest/sha2/extconf.rb @@ -17,18 +17,12 @@ have_header("inttypes.h") have_header("unistd.h") -if try_run(<