mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Fix syntax error
This commit is contained in:
parent
0d166f76ee
commit
81207fc607
@ -5,7 +5,7 @@ ARG_WITH("tidy", "TIDY support", "no");
|
||||
|
||||
if (PHP_TIDY != "no") {
|
||||
var tidy_static = false;
|
||||
if (CHECK_LIB("libtidy_a.lib;tidy_a.lib", "tidy", PHP_TIDY) && (tidy_static = true) ||
|
||||
if ((CHECK_LIB("libtidy_a.lib;tidy_a.lib", "tidy", PHP_TIDY) && (tidy_static = true) ||
|
||||
CHECK_LIB("libtidy.lib;tidy.lib", "tidy", PHP_TIDY)) &&
|
||||
(
|
||||
CHECK_HEADER_ADD_INCLUDE("tidy.h", "CFLAGS_TIDY") ||
|
||||
|
Loading…
Reference in New Issue
Block a user