mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/zlib/extconf.rb: zlib compiled DLL version 1.2.3 distributed by
http://www.zlib.net/ has zdll.lib. [ruby-dev:28209] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5bd9ba4d5c
commit
ccbf4ea119
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Mon Jan 9 19:58:56 2006 arton <artonx@yahoo.co.jp>
|
||||||
|
|
||||||
|
* ext/zlib/extconf.rb: zlib compiled DLL version 1.2.3 distributed by
|
||||||
|
http://www.zlib.net/ has zdll.lib. [ruby-dev:28209]
|
||||||
|
|
||||||
Mon Jan 9 14:25:00 2006 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
Mon Jan 9 14:25:00 2006 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
||||||
|
|
||||||
* win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag,
|
* win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag,
|
||||||
|
|
|
@ -10,7 +10,7 @@ require 'rbconfig'
|
||||||
dir_config 'zlib'
|
dir_config 'zlib'
|
||||||
|
|
||||||
|
|
||||||
if %w'z libz zlib'.find {|z| have_library(z, 'deflateReset')} and
|
if %w'z libz zlib zdll'.find {|z| have_library(z, 'deflateReset')} and
|
||||||
have_header('zlib.h') then
|
have_header('zlib.h') then
|
||||||
|
|
||||||
defines = []
|
defines = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue