summaryrefslogtreecommitdiff
path: root/ext/dbm/extconf.rb
blob: 38a0efbf1951889590074c00244ce148d0d27ed5 (plain)
1
2
3
4
5
6
7
require 'mkmf'
$LDFLAGS = "-L/usr/local/lib"
have_library("gdbm", "dbm_open") or have_library("dbm", "dbm_open")
if have_func("dbm_open")
  have_func("dbm_clearerr")
  create_makefile("dbm")
end