diff options
author | Pierre Joye <pajoye@php.net> | 2005-02-24 15:30:24 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2005-02-24 15:30:24 +0000 |
commit | ec93388662ccf0447b1768d4ee2a173d5664f3e3 (patch) | |
tree | 3b4f4dbe5e3cc0c1d4daa89fb832084a5f17b6b6 /ext/xmlwriter/config.m4 | |
parent | 19c1535ae5ef3410ddc4460f503a534450201213 (diff) | |
download | php-git-ec93388662ccf0447b1768d4ee2a173d5664f3e3.tar.gz |
- we do not need this function anymore
Diffstat (limited to 'ext/xmlwriter/config.m4')
-rw-r--r-- | ext/xmlwriter/config.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
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 |