Sha256: 720e489ae57c3897f382460479795ec8bf760c0caff5907a576c36fd57a2f4d5

Contents?: true

Size: 436 Bytes

Versions: 3

Compression:

Stored size: 436 Bytes

Contents

# Dtable installation file
require 'mkmf'

unless have_header("zlib.h") and have_library("z", "compress", "zlib.h")
  puts <<"EON"
Error: you should have zlib (including development files) installed to
build and run Tioga. You can get it there:

  http://www.zlib.net/

If that doesn't solve your problem, please report it on the Tioga tracker:
 
  http://rubyforge.org/tracker/?group_id=701

EON
  exit 1 
end

create_makefile 'Flate'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tioga-1.4 split/Flate/extconf.rb
tioga-1.6 split/Flate/extconf.rb
tioga-1.5 split/Flate/extconf.rb