On 3/27/2011 11:50 AM, [email protected] 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?
