From f6892cba239b44f37171b3cbf1296943b767d090 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 6 Sep 2005 23:23:04 +0000 Subject: * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load extension libraries. * bignum.c (bignew_1, bigadd): K&R style argument actually can't be defined as char. * missing/vsnprintf.c: ANSI compiler supports const keyword. * ext/digest/sha2/extconf.rb: reject platforms which has inttypes.h but no 64bit integer. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9089 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/digest/sha2/extconf.rb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'ext/digest/sha2/extconf.rb') diff --git a/ext/digest/sha2/extconf.rb b/ext/digest/sha2/extconf.rb index fbc5d6c249..894228deca 100644 --- a/ext/digest/sha2/extconf.rb +++ b/ext/digest/sha2/extconf.rb @@ -19,12 +19,6 @@ have_header("unistd.h") $preload = %w[digest] -if try_cpp(<