mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
Revert zlib file name check
This commit is contained in:
parent
7e5fd7a8b6
commit
f088215f0d
@ -9,7 +9,7 @@ if (PHP_GD != "no") {
|
||||
}
|
||||
|
||||
// zlib ext support (required)
|
||||
if (!CHECK_LIB("zs.lib", "gd", PHP_GD)) {
|
||||
if (!CHECK_LIB("zlib_a.lib;zlib.lib", "gd", PHP_GD)) {
|
||||
ERROR("gd not enabled; zlib not enabled");
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user