diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-01-09 11:00:40 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-01-09 11:00:40 +0000 |
| commit | 0a1c2752c22efc040ffef044311ef2e47a38762b (patch) | |
| tree | 390555de843c023e349d38ddd09dbaa10a7cb0cf /ext/zlib | |
| parent | fa73daf14e8686437a715f0ed013deab63edae25 (diff) | |
| download | ruby-0a1c2752c22efc040ffef044311ef2e47a38762b.tar.gz ruby-0a1c2752c22efc040ffef044311ef2e47a38762b.tar.xz ruby-0a1c2752c22efc040ffef044311ef2e47a38762b.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@9812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/zlib')
| -rw-r--r-- | ext/zlib/extconf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/extconf.rb b/ext/zlib/extconf.rb index bf3349a65..6b9bb0574 100644 --- a/ext/zlib/extconf.rb +++ b/ext/zlib/extconf.rb @@ -10,7 +10,7 @@ require 'rbconfig' 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 defines = [] |
