summaryrefslogtreecommitdiff
path: root/ext/xsl/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xsl/config.w32')
-rw-r--r--ext/xsl/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xsl/config.w32 b/ext/xsl/config.w32
index 4aed6e630e..70fd1a129b 100644
--- a/ext/xsl/config.w32
+++ b/ext/xsl/config.w32
@@ -3,7 +3,7 @@
ARG_WITH("xsl", "xsl support", "no");
-if (PHP_XSL == "yes") {
+if (PHP_XSL != "no") {
if (CHECK_LIB("libxslt.lib", "xsl", PHP_XSL) &&
CHECK_LIB("libxml2.lib", "xsl") &&
CHECK_HEADER_ADD_INCLUDE("libxslt\\xslt.h", "CFLAGS_XSL")) {