Revert zlib file name check

This commit is contained in:
crazywhalecc 2026-02-25 14:44:22 +08:00
parent 7e5fd7a8b6
commit f088215f0d

View File

@ -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");
}