summaryrefslogtreecommitdiff
path: root/ext/libxml
diff options
context:
space:
mode:
authorJoe <krakjoe@php.net>2018-02-08 10:51:20 +0100
committerJoe <krakjoe@php.net>2018-02-08 10:51:47 +0100
commit47b90e910b1e58f8b35f79fb5cffe41df908e4a3 (patch)
tree65626fd8d3a29ef0bf966c160402942f0cd46589 /ext/libxml
parent812303aa5e34de372899c2e049b5663266eba2c2 (diff)
parentf9a16d492e4ab5d9e98a68206b80a4753631d8c0 (diff)
downloadphp-git-47b90e910b1e58f8b35f79fb5cffe41df908e4a3.tar.gz
Merge branch 'PHP-7.2'
* PHP-7.2: Fixes bug #75871 Use pkg-config for libxml2 if available
Diffstat (limited to 'ext/libxml')
-rw-r--r--ext/libxml/config0.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libxml/config0.m4 b/ext/libxml/config0.m4
index 79e94a40ad..5d44c77846 100644
--- a/ext/libxml/config0.m4
+++ b/ext/libxml/config0.m4
@@ -20,6 +20,6 @@ if test "$PHP_LIBXML" != "no"; then
PHP_NEW_EXTENSION(libxml, [libxml.c], $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
PHP_INSTALL_HEADERS([ext/libxml/php_libxml.h])
], [
- AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])
+ AC_MSG_ERROR([libxml2 not found. Please check your libxml2 installation.])
])
fi