summaryrefslogtreecommitdiff
path: root/ext/gdbm/extconf.rb
blob: 3c36f29f140d5562e2c0318d928bb7fae055e553 (plain)
1
2
3
4
5
6
7
require 'mkmf'
$LDFLAGS = "-L/usr/local/lib"
have_library("gdbm", "gdbm_open")
have_header("gdbm.h")
if have_func("gdbm_open")
  create_makefile("gdbm")
end