mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
22270b6d4b
commit
2059c382a6
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Mar 18 12:52:01 2002 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* ext/iconv/extconf.rb: workaround for GNU libiconv.
|
||||
|
||||
Mon Mar 18 10:55:03 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
|
||||
|
||||
* parse.y (parse_string): part of multi-byte sequence must not
|
||||
|
|
|
@ -3,6 +3,6 @@ require 'mkmf'
|
|||
dir_config("iconv")
|
||||
|
||||
if have_header("iconv.h")
|
||||
have_library("iconv", "iconv")
|
||||
have_library("iconv")
|
||||
create_makefile("iconv")
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue