From aa0a80bea88702d2008849c9e5eb141d5b13c2e1 Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Wed, 4 Aug 2004 19:22:12 +0000 Subject: [PATCH] Revert. ADD_EXTENSION_DEP is available in this branch! --- ext/libxml/config.w32 | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/libxml/config.w32 b/ext/libxml/config.w32 index 2edd6aad85..711e456f43 100644 --- a/ext/libxml/config.w32 +++ b/ext/libxml/config.w32 @@ -15,6 +15,7 @@ if (PHP_LIBXML == "yes") { if (!PHP_LIBXML_SHARED) { ADD_DEF_FILE("ext\\libxml\\php_libxml2.def"); } + ADD_EXTENSION_DEP('libxml', 'iconv'); } } -- 2.50.1