mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
Fix the xsl warnings
This commit is contained in:
parent
08218f5082
commit
2f9e039c53
@ -8,7 +8,7 @@ if (PHP_XSL != "no") {
|
||||
var ext_xsl_lib_found = false;
|
||||
|
||||
if (CHECK_LIB("libxslt_a.lib", "xsl", PHP_XSL)) {
|
||||
ADD_FLAG("CFLAGS_XSL", "/D LIBXSL_STATIC ");
|
||||
ADD_FLAG("CFLAGS_XSL", "/D LIBXSLT_STATIC ");
|
||||
ext_xsl_lib_found = true;
|
||||
} else if (CHECK_LIB("libxslt.lib", "xsl", PHP_XSL)) {
|
||||
ext_xsl_lib_found = true;
|
||||
|
Loading…
Reference in New Issue
Block a user