mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
we only use zlib.lib
This commit is contained in:
parent
a599438a73
commit
8da99a195e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ ARG_ENABLE("zlib", "ZLIB support", "yes");
|
||||||
if (PHP_ZLIB == "yes") {
|
if (PHP_ZLIB == "yes") {
|
||||||
EXTENSION("zlib", "zlib.c zlib_fopen_wrapper.c", null, "/D ZLIB_EXPORTS");
|
EXTENSION("zlib", "zlib.c zlib_fopen_wrapper.c", null, "/D ZLIB_EXPORTS");
|
||||||
AC_DEFINE("HAVE_ZLIB", 1, "Tokenizer support");
|
AC_DEFINE("HAVE_ZLIB", 1, "Tokenizer support");
|
||||||
CHECK_LIB("zlib_a;zlib.lib", "zlib", "..\\zlib;" + php_usual_lib_suspects);
|
CHECK_LIB("zlib.lib", "zlib", "..\\zlib;" + php_usual_lib_suspects);
|
||||||
CHECK_HEADER_ADD_INCLUDE("zlib.h", "CFLAGS", "..\\zlib;" + php_usual_include_suspects);
|
CHECK_HEADER_ADD_INCLUDE("zlib.h", "CFLAGS", "..\\zlib;" + php_usual_include_suspects);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue