summaryrefslogtreecommitdiff
path: root/ext/soap/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/config.m4')
-rw-r--r--ext/soap/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/config.m4 b/ext/soap/config.m4
index 5fcb8bd447..ea39dd7894 100644
--- a/ext/soap/config.m4
+++ b/ext/soap/config.m4
@@ -20,6 +20,6 @@ if test "$PHP_SOAP" != "no"; then
PHP_NEW_EXTENSION(soap, soap.c php_encoding.c php_http.c php_packet_soap.c php_schema.c php_sdl.c php_xml.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
PHP_SUBST(SOAP_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