summaryrefslogtreecommitdiff
path: root/ext/xsl
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2003-12-05 21:24:48 +0000
committerRob Richards <rrichards@php.net>2003-12-05 21:24:48 +0000
commit2f9e039c5363f1dfe57c2527c726b3089fa87683 (patch)
treec19a1f36c086a8ebfdd2f8263345483a43ac57f6 /ext/xsl
parent08218f50828193ee67bbec38e51b3ed4f8361bac (diff)
downloadphp-git-2f9e039c5363f1dfe57c2527c726b3089fa87683.tar.gz
Fix the xsl warnings
Diffstat (limited to 'ext/xsl')
-rw-r--r--ext/xsl/config.w322
1 files changed, 1 insertions, 1 deletions
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;