Sha256: 9f12134a22ad7157b069b222367bb44014086db5248672d9ddb5f0853d0d8799
Contents?: true
Size: 296 Bytes
Versions: 3
Compression:
Stored size: 296 Bytes
Contents
# encoding: UTF-8 require 'mkmf' dir_config('bz2') have_header('bzlib.h') if have_library("bz2", "BZ2_bzWriteOpen") if enable_config("shared", true) $static = nil end create_makefile("bzip2") else puts "libbz2 not found, maybe try manually specifying --with-bz2-dir to find it?" end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
brianmario-bzip2-ruby-0.2.4 | ext/extconf.rb |
bzip2-ruby-0.2.3 | ext/extconf.rb |
bzip2-ruby-0.2.4 | ext/extconf.rb |