mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix typos in xmlwriter/config.m4
This commit is contained in:
parent
e084ac9d8b
commit
a74ea6cfb8
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue