From dev-return-23874-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Sun Mar 27 22:41:40 2011 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 40272 invoked from network); 27 Mar 2011 22:41:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Mar 2011 22:41:39 -0000 Received: (qmail 95380 invoked by uid 500); 27 Mar 2011 22:41:39 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 95324 invoked by uid 500); 27 Mar 2011 22:41:39 -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 95316 invoked by uid 99); 27 Mar 2011 22:41:39 -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 22:41:39 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [194.242.35.75] (HELO dns-factory.at) (194.242.35.75) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Mar 2011 22:41:33 +0000 Received: from [172.17.100.14] apache@gknw.net [84.63.69.233] by dns-factory.at with NetMail SMTP Agent $Revision: 8582 $ on Novell NetWare via secured & encrypted transport (TLS); Mon, 28 Mar 2011 00:41:03 +0200 Message-ID: <4D8FBCFD.2060509@apache.org> Date: Mon, 28 Mar 2011 00:41:01 +0200 From: Guenter Knauf User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Thunderbird/3.1.8 MIME-Version: 1.0 To: "William A. Rowe Jr." , APR Developer List Subject: Re: svn commit: r1085985 - /apr/apr/trunk/configure.in References: <20110327165031.3CE3E23889B1@eris.apache.org> <4D8FADCA.2030806@rowe-clan.net> In-Reply-To: <4D8FADCA.2030806@rowe-clan.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Am 27.03.2011 23:36, schrieb William A. Rowe Jr.: > 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=3D1085985&view=3Drev >> 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=3D"as400" >> eolstr=3D"\\n" >> ;; >> - *-mingw*) >> + *mingw*) > > Might we need to distinguish 64 bit here? hmmm, if we can avoid it then we should ... f.e. if there's a define from the compiler like __MING64__ or such to=20 determine 64-bit then we should use this to define our own WIN64, and=20 same for MSVC too ... G=C3=BCn.