зеркало из https://github.com/github/ruby.git
8 строки
131 B
Ruby
8 строки
131 B
Ruby
|
require 'mkmf'
|
||
|
|
||
|
dir_config("gdbm")
|
||
|
if have_library("gdbm", "gdbm_open") and
|
||
|
have_header("gdbm.h")
|
||
|
create_makefile("gdbm")
|
||
|
end
|