Browse Source

- we do not need this function anymore

PHP-5.1
Pierre Joye 22 years ago
parent
commit
ec93388662
  1. 4
      ext/xmlwriter/config.m4

4
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
Loading…
Cancel
Save