mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
fix configure --help output
This commit is contained in:
parent
c456c16952
commit
c7e4853008
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ dnl $Id$
|
|||
dnl
|
||||
|
||||
PHP_ARG_ENABLE(xmlwriter, whether to enable XMLWriter support,
|
||||
[ --disable-xmlwriter Disable XMLWriter support.], yes)
|
||||
[ --disable-xmlwriter Disable XMLWriter support], yes)
|
||||
|
||||
if test -z "$PHP_LIBXML_DIR"; then
|
||||
PHP_ARG_WITH(libxml-dir, libxml2 install dir,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue