summaryrefslogtreecommitdiff
path: root/ext/simplexml
diff options
context:
space:
mode:
authorPedro Magalhães <mail@pmmaga.net>2018-02-06 19:16:22 +0000
committerJoe <krakjoe@php.net>2018-02-08 10:50:22 +0100
commit5673c641dc30610e7e2fcca2e9b61761e4608ffc (patch)
tree7143149e280b885a3c5880883bb3da7dbc0fb6b6 /ext/simplexml
parent8000334538c53090067246fea9411701cae8c6d5 (diff)
downloadphp-git-5673c641dc30610e7e2fcca2e9b61761e4608ffc.tar.gz
Fixes bug #75871 Use pkg-config for libxml2 if available
Diffstat (limited to 'ext/simplexml')
-rw-r--r--ext/simplexml/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/config.m4 b/ext/simplexml/config.m4
index b06f5b00f0..ec1b2b2cc5 100644
--- a/ext/simplexml/config.m4
+++ b/ext/simplexml/config.m4
@@ -21,7 +21,7 @@ if test "$PHP_SIMPLEXML" != "no"; then
PHP_INSTALL_HEADERS([ext/simplexml/php_simplexml.h ext/simplexml/php_simplexml_exports.h])
PHP_SUBST(SIMPLEXML_SHARED_LIBADD)
], [
- AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])
+ AC_MSG_ERROR([libxml2 not found. Please check your libxml2 installation.])
])
PHP_ADD_EXTENSION_DEP(simplexml, libxml)
PHP_ADD_EXTENSION_DEP(simplexml, spl, true)