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