From e15efe7733f5e6e9377ae1bd2fc5f6029c919f1d 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: svn+ssh://ci.ruby-lang.org/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 f593c79111..c982aa64de 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(<