Project

General

Profile

Bug #2258 » extconf.rb

updated to handle Ruby 1.8 - sunaku (Suraj Kurapati), 10/23/2009 12:13 PM

 
require 'mkmf'

have_library('ruby-static', 'ruby_init') ||
have_library('ruby', 'ruby_init')

have_func('ruby_sysinit')

have_header('sys/ucontext.h') ||
have_header('ucontext.h')

create_makefile('main')
(4-4/21)