File: extconf.rb

package info (click to toggle)
libeb-ruby 2.6-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 136 kB
  • ctags: 129
  • sloc: ansic: 1,372; ruby: 113; makefile: 41
file content (13 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'mkmf'

have_library("z")
have_library("intl") if /freebsd/ =~ RUBY_PLATFORM
have_library('eb')
have_func("rb_block_proc")
have_func("eb_bitmap_to_png")
have_header('eb/sysdefs.h')                                                    

# uncomment the following line if you use eb-4.0beta* with pthread support.
# $defs << '-DEBCONF_ENABLE_PTHREAD'

create_makefile("eb")