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

dir_config("iconv")

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