summaryrefslogtreecommitdiff
path: root/ext/xmlwriter
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-12-04 00:20:52 +0000
committerAntony Dovgal <tony2001@php.net>2005-12-04 00:20:52 +0000
commita74ea6cfb81f59e7989dfd40f5bd52e2382f97ee (patch)
tree5cce2ee49401fe24c5a260cabe23ce8bcee3bff8 /ext/xmlwriter
parente084ac9d8bfe0c492b2f184ed08faf2d97ad114d (diff)
downloadphp-git-a74ea6cfb81f59e7989dfd40f5bd52e2382f97ee.tar.gz
fix typos in xmlwriter/config.m4
Diffstat (limited to 'ext/xmlwriter')
-rw-r--r--ext/xmlwriter/config.m44
1 files changed, 2 insertions, 2 deletions
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)