mirror of
https://github.com/php/php-src.git
synced 2025-01-09 20:44:33 +08:00
- first static lib then dyn or old one
This commit is contained in:
parent
1ddbfe44c8
commit
839bd439b0
@ -4,7 +4,7 @@
|
||||
ARG_WITH("tidy", "TIDY support", "no");
|
||||
|
||||
if (PHP_TIDY != "no") {
|
||||
if (CHECK_LIB("libtidy.lib", "tidy", PHP_TIDY) &&
|
||||
if (CHECK_LIB("libtidy_a.lib;libtidy.lib", "tidy", PHP_TIDY) &&
|
||||
(
|
||||
CHECK_HEADER_ADD_INCLUDE("tidy.h", "CFLAGS_TIDY") ||
|
||||
CHECK_HEADER_ADD_INCLUDE("tidy/tidy.h", "CFLAGS_TIDY", null, null, true) ||
|
||||
|
Loading…
Reference in New Issue
Block a user