diff options
Diffstat (limited to 'ext/xml/config.w32')
-rw-r--r-- | ext/xml/config.w32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/xml/config.w32 b/ext/xml/config.w32 index 61a489e543..08d25ffe57 100644 --- a/ext/xml/config.w32 +++ b/ext/xml/config.w32 @@ -9,6 +9,7 @@ if (PHP_XML == "yes" && PHP_LIBXML == "yes") { if (!PHP_XML_SHARED) { ADD_FLAG("CFLAGS_XML", "/D LIBXML_STATIC "); } + ADD_EXTENSION_DEP('xml', 'libxml'); } |