summaryrefslogtreecommitdiff
path: root/ext/xmlwriter/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xmlwriter/config.m4')
-rw-r--r--ext/xmlwriter/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xmlwriter/config.m4 b/ext/xmlwriter/config.m4
index b3b98012f8..8261e2114c 100644
--- a/ext/xmlwriter/config.m4
+++ b/ext/xmlwriter/config.m4
@@ -21,6 +21,6 @@ if test "$PHP_XMLWRITER" != "no"; then
PHP_NEW_EXTENSION(xmlwriter, php_xmlwriter.c, $ext_shared)
PHP_SUBST(XMLWRITER_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.])
])
fi