From: Rob Richards Date: Fri, 5 Dec 2003 21:24:48 +0000 (+0000) Subject: Fix the xsl warnings X-Git-Tag: php-5.0.0b3RC1~274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f9e039c5363f1dfe57c2527c726b3089fa87683;p=php Fix the xsl warnings --- diff --git a/ext/xsl/config.w32 b/ext/xsl/config.w32 index 252caeb786..3eb0aafeba 100644 --- a/ext/xsl/config.w32 +++ b/ext/xsl/config.w32 @@ -8,7 +8,7 @@ if (PHP_XSL != "no") { var ext_xsl_lib_found = false; if (CHECK_LIB("libxslt_a.lib", "xsl", PHP_XSL)) { - ADD_FLAG("CFLAGS_XSL", "/D LIBXSL_STATIC "); + ADD_FLAG("CFLAGS_XSL", "/D LIBXSLT_STATIC "); ext_xsl_lib_found = true; } else if (CHECK_LIB("libxslt.lib", "xsl", PHP_XSL)) { ext_xsl_lib_found = true;