blob: e6d65ca69008dd7207aaf2ca2d8f7f66437543c4 [file] [log] [blame]
#!/usr/bin/ruby
require "mkmf"
unless pkg_config('libconfig')
puts 'failure: need libconfig'
exit 1
end
have_func('rb_block_call', 'ruby/ruby.h')
create_makefile("rconfig")