|
cvs: pecl /ssh2 config.w32: msg#00194php.pecl.cvs
fmk Mon Jul 25 15:37:09 2005 EDT Modified files: /pecl/ssh2 config.w32 Log: No need to link with zlib.lib, unless zlib is compiled as shared http://cvs.php.net/diff.php/pecl/ssh2/config.w32?r1=1.8&r2=1.9&ty=u Index: pecl/ssh2/config.w32 diff -u pecl/ssh2/config.w32:1.8 pecl/ssh2/config.w32:1.9 --- pecl/ssh2/config.w32:1.8 Thu Jul 21 17:48:59 2005 +++ pecl/ssh2/config.w32 Mon Jul 25 15:37:08 2005 @@ -1,10 +1,10 @@ -// $Id: config.w32,v 1.8 2005/07/21 21:48:59 pollita Exp $ +// $Id: config.w32,v 1.9 2005/07/25 19:37:08 fmk Exp $ // vim:ft=javascript ARG_WITH("ssh2", "SSH2 support", "no"); if (PHP_SSH2 != "no") { - if (CHECK_LIB("zlib.lib", "ssh2", PHP_SSH2) && + if ((!PHP_ZLIB_SHARED || CHECK_LIB("zlib.lib", "ssh2", PHP_SSH2)) && CHECK_LIB("libeay32.lib", "ssh2", PHP_SSH2) && CHECK_LIB("ssleay32.lib", "ssh2", PHP_SSH2) && CHECK_LIB("ws2_32.lib", "ssh2", PHP_SSH2)) { |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pecl /apc apc.php: 00194, Rasmus Lerdorf |
|---|---|
| Next by Date: | cvs: pecl /apc apc.php: 00194, Ilia Alshanetsky |
| Previous by Thread: | cvs: pecl /ssh2 config.w32i: 00194, Sara Golemon |
| Next by Thread: | cvs: pecl /ssh2/libssh2/include libssh2_config.h.in: 00194, Sara Golemon |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |