Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25342 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6776 invoked by uid 1010); 14 Aug 2006 04:27:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6761 invoked from network); 14 Aug 2006 04:27:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Aug 2006 04:27:10 -0000 X-Host-Fingerprint: 151.38.225.173 adsl-173-225.38-151.net24.it Received: from ([151.38.225.173:7829] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 0D/66-19138-E32FFD44 for ; Sun, 13 Aug 2006 23:47:10 -0400 Message-ID: <0D.66.19138.E32FFD44@pb1.pair.com> To: internals@lists.php.net Date: Mon, 14 Aug 2006 05:47:07 +0200 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0632-2, 10/08/2006), Outbound message X-Antivirus-Status: Clean X-Posted-By: 151.38.225.173 Subject: config.w32 quirk From: davide.chiodi@poste.it (runner60) I had this in a config.w32 file: ARG_ENABLE("winbinder", "winbinder support", "no"); //ARG_WITH("winbinder", "winbinder support", "no"); line 2 is not treated as comment and after buildconf cscript configure.js --help both --enable-winbinder and --with-winbinder were listed as availabe options. Don't know if this is a bug. Davide.