summaryrefslogtreecommitdiff
path: root/ext/libxml/config0.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/libxml/config0.m4')
-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