1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/iconv/extconf.rb
eban 2059c382a6 * ext/iconv/extconf.rb: workaround for GNU libiconv.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-03-18 03:54:10 +00:00

8 lines
118 B
Ruby

require 'mkmf'
dir_config("iconv")
if have_header("iconv.h")
have_library("iconv")
create_makefile("iconv")
end