mirror of
https://github.com/php/php-src.git
synced 2024-12-14 04:16:30 +08:00
- MFB Add optional dependency to ext/dom
This commit is contained in:
parent
f1cb188015
commit
9360c2acd2
@ -19,6 +19,7 @@ if test "$PHP_XMLREADER" != "no"; then
|
||||
PHP_SETUP_LIBXML(XMLREADER_SHARED_LIBADD, [
|
||||
AC_DEFINE(HAVE_XMLREADER,1,[ ])
|
||||
PHP_NEW_EXTENSION(xmlreader, php_xmlreader.c, $ext_shared)
|
||||
PHP_ADD_EXTENSION_DEP(xmlreader, dom, true)
|
||||
PHP_SUBST(XMLREADER_SHARED_LIBADD)
|
||||
], [
|
||||
AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])
|
||||
|
Loading…
Reference in New Issue
Block a user