diff --git a/ChangeLog b/ChangeLog index 189e37ef5b..03924d6159 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Aug 20 19:53:16 2001 WATANABE Hirofumi + + * ext/digest/sha2/extconf.rb: fix support for cross-compiling. + + * mkconfig.rb: fix support for autoconf 2.52. + Mon Aug 20 15:14:27 2001 Yukihiro Matsumoto * parse.y (tokadd_escape): escaped backslashes too much. 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(<