diff options
| author | Elizabeth Marie Smith <auroraeosrose@php.net> | 2008-05-14 03:13:17 +0000 |
|---|---|---|
| committer | Elizabeth Marie Smith <auroraeosrose@php.net> | 2008-05-14 03:13:17 +0000 |
| commit | 7d4dfa8ee42105a1248c2189a88435ab5fdfc520 (patch) | |
| tree | 791b4ea52cebaaab7d43ebd837d1cef57104771a /ext/zlib | |
| parent | 6552d917430e6fa3009e17925985595f6f49c635 (diff) | |
| download | php-git-7d4dfa8ee42105a1248c2189a88435ab5fdfc520.tar.gz | |
Windows configure fixes, a few additional lib names allowed, apache2 only on for zts builds since apache on win is always threaded, isapi no longer stops configure in non-zts mode, look for _debug for debug libraries when debug is enabled
Diffstat (limited to 'ext/zlib')
| -rw-r--r-- | ext/zlib/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/config.w32 b/ext/zlib/config.w32 index 3639276c8c..d5981a99ce 100644 --- a/ext/zlib/config.w32 +++ b/ext/zlib/config.w32 @@ -6,7 +6,7 @@ ARG_ENABLE("zlib", "ZLIB support", "yes"); if (PHP_ZLIB == "yes") { EXTENSION("zlib", "zlib.c zlib_fopen_wrapper.c zlib_filter.c", null, "/D ZLIB_EXPORTS"); AC_DEFINE("HAVE_ZLIB", 1, "ZLIB support"); - CHECK_LIB("zlib.lib", "zlib", PHP_ZLIB); + CHECK_LIB("zlib_a.lib;zlib.lib", "zlib", PHP_ZLIB); CHECK_HEADER_ADD_INCLUDE("zlib.h", "CFLAGS", "..\\zlib;" + php_usual_include_suspects); if (!PHP_ZLIB_SHARED) { ADD_DEF_FILE("ext\\zlib\\php_zlib.def"); |
