From 655628a58ba9630a8d7cebb51bb671776e7503b4 Mon Sep 17 00:00:00 2001 From: eban Date: Fri, 13 Dec 2002 14:54:24 +0000 Subject: * ext/dbm/extconf.rb (db_check): check existence of the function in the specified library before checking it in libc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f71f8ae3d..efb4fe30f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Dec 13 23:42:16 2002 WATANABE Hirofumi + + * ext/dbm/extconf.rb (db_check): check existence of the function + in the specified library before checking it in libc. + Fri Dec 13 12:33:22 2002 Nobuyoshi Nakada * parse.y (expr): rescue clause was ignored. -- cgit