summaryrefslogtreecommitdiff
path: root/ext/iconv/extconf.rb
blob: 9bc307acc8f079c5622741fc6a23a95fd20587f2 (plain)
1
2
3
4
5
6
7
8
require 'mkmf'

dir_config("iconv")

if have_header("iconv.h")
  have_library("iconv", "iconv")
  create_makefile("iconv")
end