]> granicus.if.org Git - php/commitdiff
Fix the xsl warnings
authorRob Richards <rrichards@php.net>
Fri, 5 Dec 2003 21:24:48 +0000 (21:24 +0000)
committerRob Richards <rrichards@php.net>
Fri, 5 Dec 2003 21:24:48 +0000 (21:24 +0000)
ext/xsl/config.w32

index 252caeb78627df833e9066d08c44a97d1f4cce93..3eb0aafeba9ff283e7a11f938da2a7acbe9ba544 100644 (file)
@@ -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;