diff options
author | Rob Richards <rrichards@php.net> | 2003-12-04 12:46:20 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2003-12-04 12:46:20 +0000 |
commit | 2fb978a77389e2b2ec961a831ddba4f5f12bf70b (patch) | |
tree | 4410b7814022d09c0fe1a6c87734dd89c86a6e41 /ext/xsl/config.w32 | |
parent | d5e9e09515408b1de3ca70b5ae14b799be1631cf (diff) | |
download | php-git-2fb978a77389e2b2ec961a831ddba4f5f12bf70b.tar.gz |
correct test
Diffstat (limited to 'ext/xsl/config.w32')
-rw-r--r-- | ext/xsl/config.w32 | 2 |
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")) { |