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

11 lines
228 B
Ruby
Raw 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')
2009-03-19 17:12:30 +00:00
create_makefile('mongo_ext/cbson')