From: Pierre Joye Date: Thu, 24 Feb 2005 15:30:24 +0000 (+0000) Subject: - we do not need this function anymore X-Git-Tag: RELEASE_0_3~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec93388662ccf0447b1768d4ee2a173d5664f3e3;p=php - we do not need this function anymore --- diff --git a/ext/xmlwriter/config.m4 b/ext/xmlwriter/config.m4 index 5a41ba4ad1..a1952b3879 100644 --- a/ext/xmlwriter/config.m4 +++ b/ext/xmlwriter/config.m4 @@ -58,6 +58,4 @@ if test "$PHP_XMLWRITER" != "no"; then AC_DEFINE(HAVE_XMLWRITER,1,[ ]) PHP_NEW_EXTENSION(xmlwriter, php_xmlwriter.c, $ext_shared) PHP_SUBST(XMLWRITER_SHARED_LIBADD) - - AC_CHECK_FUNCS([xmlTextWriterStartComment xmlTextWriterEndComment]) - fi +fi