Sha256: 7607db694017ed423d678661231f711a8dcefd7352abdc4d00ac519838bb1653

Contents?: true

Size: 258 Bytes

Versions: 5

Compression:

Stored size: 258 Bytes

Contents

# encoding: UTF-8
require 'mkmf'
dir_config('yajl')
have_header('yajl/yajl_parse.h')
have_header('yajl/yajl_gen.h')

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
brianmario-yajl-ruby-0.4.0 ext/extconf.rb
brianmario-yajl-ruby-0.4.1 ext/extconf.rb
brianmario-yajl-ruby-0.4.2 ext/extconf.rb
brianmario-yajl-ruby-0.4.3 ext/extconf.rb
brianmario-yajl-ruby-0.4.4 ext/extconf.rb