diff options
Diffstat (limited to 'ext/xsl/config.w32')
-rw-r--r-- | ext/xsl/config.w32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/xsl/config.w32 b/ext/xsl/config.w32 index dc16abdbb9..2a92a7b037 100644 --- a/ext/xsl/config.w32 +++ b/ext/xsl/config.w32 @@ -25,6 +25,7 @@ if (PHP_XSL != "no") { ADD_FLAG("LDFLAGS_XSL", "/nodefaultlib:msvcrt"); } } + ADD_EXTENSION_DEP('xsl', 'libxml'); } else { WARNING("xsl not enabled; libraries and headers not found"); } |