From: Rob Richards Date: Thu, 4 Dec 2003 12:46:20 +0000 (+0000) Subject: correct test X-Git-Tag: php-5.0.0b3RC1~336 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fb978a77389e2b2ec961a831ddba4f5f12bf70b;p=php correct test --- 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")) {