summaryrefslogtreecommitdiff
path: root/ext/dbm/extconf.rb
blob: 595640737d449f3382ec02dfb8cd79243bbf000b (plain)
1
2
3
4
5
6
$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