1 require 'mkmf' 2 3 dir_config("iconv") 4 5 if have_header("iconv.h") 6 have_library("iconv") 7 create_makefile("iconv") 8 end