home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ruby164.zip / rbemx164.zip / ruby / share / misc / iconv-0.4.2 / extconfi.rb.diff
Text File  |  2001-06-18  |  469b  |  15 lines

  1. *** /tmp/iconv-0.4.2/extconf.rb    Thu Sep 21 05:03:36 2000
  2. --- /porting/ruby-1.6.4/ext/iconv/extconf.rb    Sun Jun 17 23:44:38 2001
  3. ***************
  4. *** 8,13 ****
  5. --- 8,16 ----
  6.   
  7.   if have_header("iconv.h")
  8.     have_library("iconv", "iconv")
  9. +   if /i386-os2_emx/ =~ RUBY_PLATFORM
  10. +     have_library("iconv", "libiconv_open")
  11. +   end
  12.     if method(:have_func).arity != 1
  13.       have_func("rb_obj_freeze", "ruby.h")
  14.       have_func("rb_block_given_p", "ruby.h")
  15.