From d7bf156afd420a6a77ca2fac30c333e860243121 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 19 Feb 2012 14:44:24 +0000 Subject: * ext/dbm/extconf.rb: show header and library found. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dbm/extconf.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/dbm/extconf.rb') diff --git a/ext/dbm/extconf.rb b/ext/dbm/extconf.rb index 26f799cc5b..72b8a1a70b 100644 --- a/ext/dbm/extconf.rb +++ b/ext/dbm/extconf.rb @@ -223,6 +223,9 @@ def headers.db_check2(db, hdr) $defs << '-DDBM_HDR="<'+hdr+'>"' @found << hdr + puts "header: #{hdr}" + puts "library: #{db}" + true end -- cgit v1.2.3