From ec93388662ccf0447b1768d4ee2a173d5664f3e3 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 24 Feb 2005 15:30:24 +0000 Subject: - we do not need this function anymore --- ext/xmlwriter/config.m4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ext/xmlwriter/config.m4') 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 -- cgit v1.2.1