• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/usr/bin/ruby
2require "mkmf"
3
4unless pkg_config('libconfig')
5  puts 'failure: need libconfig'
6  exit 1
7end
8
9have_func('rb_block_call', 'ruby/ruby.h')
10
11create_makefile("rconfig")
12