rrichards Thu Dec 4 07:46:20 2003 EDT Modified files: /php-src/ext/xsl config.w32 Log: correct test Index: php-src/ext/xsl/config.w32 diff -u php-src/ext/xsl/config.w32:1.1 php-src/ext/xsl/config.w32:1.2 --- php-src/ext/xsl/config.w32:1.1 Thu Dec 4 07:37:04 2003 +++ php-src/ext/xsl/config.w32 Thu Dec 4 07:46:20 2003 @@ -1,9 +1,9 @@ -// $Id: config.w32,v 1.1 2003/12/04 12:37:04 rrichards Exp $ +// $Id: config.w32,v 1.2 2003/12/04 12:46:20 rrichards Exp $ // vim: ft=javascript 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")) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php