diff options
Diffstat (limited to 'ext/xsl')
| -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 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; |
