From: Pierre Joye Date: Fri, 26 Dec 2008 14:06:29 +0000 (+0000) Subject: - MFB: be sure we define the deps so the right exts are built before (dom symbol... X-Git-Tag: php-5.4.0alpha1~191^2~4747 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee9948ecd71d74a248f449e7df5469b8f59b9da2;p=php - MFB: be sure we define the deps so the right exts are built before (dom symbol error when dom and xsl are shared) --- diff --git a/ext/xsl/config.w32 b/ext/xsl/config.w32 index 37da4bd630..f8fc7e9959 100644 --- a/ext/xsl/config.w32 +++ b/ext/xsl/config.w32 @@ -4,7 +4,9 @@ ARG_WITH("xsl", "xsl support", "no"); if (PHP_XSL != "no") { - if (PHP_DOM == "yes" && PHP_LIBXML == "yes") { + if (PHP_DOM == "yes" && PHP_LIBXML == "yes" + && ADD_EXTENSION_DEP('xsl', 'libxml') + && ADD_EXTENSION_DEP('xsl', 'dom')) { var ext_xsl_lib_found = false; var ext_exslt_lib_found = false;