mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFJ: use --enable instead of --with
This commit is contained in:
parent
ee72c31788
commit
ab6a987f86
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
// $Id$
|
||||
// vim:ft=javascript
|
||||
|
||||
ARG_WITH("xmlwriter", "XMLWriter support", "no");
|
||||
ARG_ENABLE("xmlwriter", "XMLWriter support", "yes");
|
||||
|
||||
if (PHP_XMLWRITER == "yes" && PHP_LIBXML == "yes") {
|
||||
if (CHECK_HEADER_ADD_INCLUDE('libxml/xmlwriter.h', 'CFLAGS_XMLWRITER', PHP_XMLWRITER)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue