Skip to content

Commit

Permalink
Add missing DOM dependency in config.m4 for ext/xsl
Browse files Browse the repository at this point in the history
Closes GH-13715.
  • Loading branch information
nielsdos committed Mar 15, 2024
1 parent 23eb6a0 commit afdabb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/xsl/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ if test "$PHP_XSL" != "no"; then
PHP_NEW_EXTENSION(xsl, php_xsl.c xsltprocessor.c, $ext_shared)
PHP_SUBST(XSL_SHARED_LIBADD)
PHP_ADD_EXTENSION_DEP(xsl, libxml)
PHP_ADD_EXTENSION_DEP(xsl, dom)
fi

0 comments on commit afdabb1

Please sign in to comment.