diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/dom/config.m4 | 2 | ||||
| -rw-r--r-- | ext/libxml/config0.m4 | 2 | ||||
| -rw-r--r-- | ext/simplexml/config.m4 | 2 | ||||
| -rw-r--r-- | ext/soap/config.m4 | 2 | ||||
| -rw-r--r-- | ext/wddx/config.m4 | 2 | ||||
| -rw-r--r-- | ext/xml/config.m4 | 2 | ||||
| -rw-r--r-- | ext/xmlreader/config.m4 | 2 | ||||
| -rw-r--r-- | ext/xmlrpc/config.m4 | 2 | ||||
| -rw-r--r-- | ext/xmlwriter/config.m4 | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/ext/dom/config.m4 b/ext/dom/config.m4 index 7882483b30..5ea62ad24c 100644 --- a/ext/dom/config.m4 +++ b/ext/dom/config.m4 @@ -33,6 +33,6 @@ if test "$PHP_DOM" != "no"; then PHP_INSTALL_HEADERS([ext/dom/xml_common.h]) PHP_ADD_EXTENSION_DEP(dom, libxml) ], [ - AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.]) + AC_MSG_ERROR([libxml2 not found. Please check your libxml2 installation.]) ]) fi 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 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) 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 diff --git a/ext/wddx/config.m4 b/ext/wddx/config.m4 index 8f933d490a..96b566e2e3 100644 --- a/ext/wddx/config.m4 +++ b/ext/wddx/config.m4 @@ -29,7 +29,7 @@ if test "$PHP_WDDX" != "no"; then PHP_ADD_BUILD_DIR(ext/xml) fi ], [ - AC_MSG_ERROR([xml2-config not found. Use --with-libxml-dir=<DIR>]) + AC_MSG_ERROR([libxml2 not found. Use --with-libxml-dir=<DIR>]) ]) fi diff --git a/ext/xml/config.m4 b/ext/xml/config.m4 index 812032bc6a..715f65a915 100644 --- a/ext/xml/config.m4 +++ b/ext/xml/config.m4 @@ -28,7 +28,7 @@ if test "$PHP_XML" != "no"; then xml_extra_sources="compat.c" PHP_ADD_EXTENSION_DEP(xml, libxml) ], [ - AC_MSG_ERROR([xml2-config not found. Use --with-libxml-dir=<DIR>]) + AC_MSG_ERROR([libxml2 not found. Use --with-libxml-dir=<DIR>]) ]) fi diff --git a/ext/xmlreader/config.m4 b/ext/xmlreader/config.m4 index d346b58eea..4ada113a00 100644 --- a/ext/xmlreader/config.m4 +++ b/ext/xmlreader/config.m4 @@ -22,6 +22,6 @@ if test "$PHP_XMLREADER" != "no"; then PHP_ADD_EXTENSION_DEP(xmlreader, dom, true) PHP_SUBST(XMLREADER_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 diff --git a/ext/xmlrpc/config.m4 b/ext/xmlrpc/config.m4 index f82016edcb..6ed7a6312a 100644 --- a/ext/xmlrpc/config.m4 +++ b/ext/xmlrpc/config.m4 @@ -42,7 +42,7 @@ if test "$PHP_XMLRPC" != "no"; then PHP_ADD_BUILD_DIR(ext/xml) fi ], [ - AC_MSG_ERROR([xml2-config not found. Use --with-libxml-dir=<DIR>]) + AC_MSG_ERROR([libxml2 not found. Use --with-libxml-dir=<DIR>]) ]) else testval=no 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 |
