summaryrefslogtreecommitdiff
path: root/ext/dom
diff options
context:
space:
mode:
authorJoe <krakjoe@php.net>2018-02-08 10:50:47 +0100
committerJoe <krakjoe@php.net>2018-02-08 10:51:07 +0100
commitf9a16d492e4ab5d9e98a68206b80a4753631d8c0 (patch)
tree91139ed8ac891e35a4f4eaa33c5a985b93989d77 /ext/dom
parentd803dcba3b018ddc6acf31b2614a78f29a30524b (diff)
parent5673c641dc30610e7e2fcca2e9b61761e4608ffc (diff)
downloadphp-git-f9a16d492e4ab5d9e98a68206b80a4753631d8c0.tar.gz
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: Fixes bug #75871 Use pkg-config for libxml2 if available
Diffstat (limited to 'ext/dom')
-rw-r--r--ext/dom/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/config.m4 b/ext/dom/config.m4
index 7882483b30..5ea62ad24c 100644
--- a/ext/dom/config.m4
+++ b/ext/dom/config.m4
@@ -33,6 +33,6 @@ if test "$PHP_DOM" != "no"; then
PHP_INSTALL_HEADERS([ext/dom/xml_common.h])
PHP_ADD_EXTENSION_DEP(dom, libxml)
], [
- AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])
+ AC_MSG_ERROR([libxml2 not found. Please check your libxml2 installation.])
])
fi