From: Antony Dovgal Date: Sun, 4 Dec 2005 00:20:52 +0000 (+0000) Subject: fix typos in xmlwriter/config.m4 X-Git-Tag: RELEASE_1_1_1~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a74ea6cfb81f59e7989dfd40f5bd52e2382f97ee;p=php fix typos in xmlwriter/config.m4 --- diff --git a/ext/xmlwriter/config.m4 b/ext/xmlwriter/config.m4 index 5f1e7144e5..0a5d079430 100644 --- a/ext/xmlwriter/config.m4 +++ b/ext/xmlwriter/config.m4 @@ -13,10 +13,10 @@ fi if test "$PHP_XMLWRITER" != "no"; then if test "$PHP_LIBXML" = "no"; then - AC_MSG_ERROR([XMLReader extension requires LIBXML extension, add --enable-libxml]) + AC_MSG_ERROR([XMLWriter extension requires LIBXML extension, add --enable-libxml]) fi - PHP_SETUP_LIBXML(XMLREADER_SHARED_LIBADD, [ + PHP_SETUP_LIBXML(XMLWRITER_SHARED_LIBADD, [ AC_DEFINE(HAVE_XMLWRITER,1,[ ]) PHP_NEW_EXTENSION(xmlwriter, php_xmlwriter.c, $ext_shared) PHP_SUBST(XMLWRITER_SHARED_LIBADD)