From: Antony Dovgal Date: Sun, 4 Dec 2005 00:21:39 +0000 (+0000) Subject: MFH: fix typos in xmlwriter/config.m4 X-Git-Tag: php-5.1.2RC1~233 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6190512876066a3e66357b593c83f258572c5d5a;p=php MFH: 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)