mongo-ruby-driver/ext/cbson/extconf.rb

11 lines
227 B
Ruby
Raw Permalink Normal View History

2009-03-03 22:07:22 +00:00
require 'mkmf'
have_func("asprintf")
have_header("ruby/st.h") || have_header("st.h")
have_header("ruby/regex.h") || have_header("regex.h")
have_header("ruby/encoding.h")
2009-03-17 21:48:43 +00:00
dir_config('cbson')
2010-04-05 14:39:55 +00:00
create_makefile('bson_ext/cbson')