From 2f9e039c5363f1dfe57c2527c726b3089fa87683 Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Fri, 5 Dec 2003 21:24:48 +0000 Subject: [PATCH] Fix the xsl warnings --- ext/xsl/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/xsl/config.w32 b/ext/xsl/config.w32 index 252caeb7862..3eb0aafeba9 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;