From dev-return-23872-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Sun Mar 27 21:36:42 2011 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 45492 invoked from network); 27 Mar 2011 21:36:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Mar 2011 21:36:42 -0000 Received: (qmail 57738 invoked by uid 500); 27 Mar 2011 21:36:41 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 57647 invoked by uid 500); 27 Mar 2011 21:36:41 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 57639 invoked by uid 99); 27 Mar 2011 21:36:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Mar 2011 21:36:41 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.202.165.47] (HELO smtpauth23.prod.mesa1.secureserver.net) (64.202.165.47) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 27 Mar 2011 21:36:34 +0000 Received: (qmail 15579 invoked from network); 27 Mar 2011 21:36:10 -0000 Received: from unknown (76.252.112.72) by smtpauth23.prod.mesa1.secureserver.net (64.202.165.47) with ESMTP; 27 Mar 2011 21:36:10 -0000 Message-ID: <4D8FADCA.2030806@rowe-clan.net> Date: Sun, 27 Mar 2011 16:36:10 -0500 From: "William A. Rowe Jr." User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: APR Developer List Subject: Re: svn commit: r1085985 - /apr/apr/trunk/configure.in References: <20110327165031.3CE3E23889B1@eris.apache.org> In-Reply-To: <20110327165031.3CE3E23889B1@eris.apache.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 3/27/2011 11:50 AM, fuankg@apache.org wrote: > Author: fuankg > Date: Sun Mar 27 16:50:30 2011 > New Revision: 1085985 > > URL: http://svn.apache.org/viewvc?rev=1085985&view=rev > Log: > Fixed mingw platform identifier to catch all cross compilers. > > +++ apr/apr/trunk/configure.in Sun Mar 27 16:50:30 2011 > @@ -551,11 +551,11 @@ case $host in > OSDIR="as400" > eolstr="\\n" > ;; > - *-mingw*) > + *mingw*) Might we need to distinguish 64 bit here?