]> granicus.if.org Git - php/commitdiff
MFJ: use --enable instead of --with
authorMichael Wallner <mike@php.net>
Fri, 2 Dec 2005 10:55:33 +0000 (10:55 +0000)
committerMichael Wallner <mike@php.net>
Fri, 2 Dec 2005 10:55:33 +0000 (10:55 +0000)
ext/xmlwriter/config.w32

index c18b2c13fd5e37464bdcf2ed9f2500b673371de7..31977ef7808e6d4b2871827e547904e12e7a7b3b 100644 (file)
@@ -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)) {