Sha256: d7aa271c75ced49ac5415f7e4feb2271a35c7bea5117f51eb972be20606d46ac

Contents?: true

Size: 282 Bytes

Versions: 2

Compression:

Stored size: 282 Bytes

Contents

# encoding: UTF-8
require 'mkmf'
require 'rbconfig'

dir_config('yajl')
have_header('yajl/yajl_parse.h')
have_header('yajl/yajl_gen.h')

if have_library("yajl")
  create_makefile("yajl_ext")
else
  puts "Yajl not found, maybe try manually specifying --with-yajl-dir to find it?"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
brianmario-yajl-ruby-0.4.5 ext/extconf.rb
brianmario-yajl-ruby-0.4.6 ext/extconf.rb