]> granicus.if.org Git - php/commitdiff
correct test
authorRob Richards <rrichards@php.net>
Thu, 4 Dec 2003 12:46:20 +0000 (12:46 +0000)
committerRob Richards <rrichards@php.net>
Thu, 4 Dec 2003 12:46:20 +0000 (12:46 +0000)
ext/xsl/config.w32

index 4aed6e630e73b4d563494e884ba23002a1ebaeb6..70fd1a129b7385cf1a8c7a77eccc746a007767b8 100644 (file)
@@ -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")) {