summaryrefslogtreecommitdiff
path: root/ext/xml
diff options
context:
space:
mode:
authorHugh McMaster <hugh.mcmaster@outlook.com>2019-04-17 21:07:15 +1000
committerNikita Popov <nikita.ppv@gmail.com>2019-04-18 13:04:54 +0200
commitcc930cdd75cc67f1f96177c0b24c2b1318680a78 (patch)
tree588c7850542f3934ef55b31692cac775a8c498ba /ext/xml
parent29d1b7fd521af288e9f04d784f59a2d15b494a30 (diff)
downloadphp-git-cc930cdd75cc67f1f96177c0b24c2b1318680a78.tar.gz
Use PKG_CHECK_MODULES to detect libxml2
Diffstat (limited to 'ext/xml')
-rw-r--r--ext/xml/config.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/xml/config.m4 b/ext/xml/config.m4
index 40110fd9ad..7c039efd81 100644
--- a/ext/xml/config.m4
+++ b/ext/xml/config.m4
@@ -27,8 +27,6 @@ if test "$PHP_XML" != "no"; then
PHP_SETUP_LIBXML(XML_SHARED_LIBADD, [
xml_extra_sources="compat.c"
PHP_ADD_EXTENSION_DEP(xml, libxml)
- ], [
- AC_MSG_ERROR([libxml2 not found.])
])
fi