|
From: Danny B. <dan...@sc...> - 2006-09-26 21:57:10
|
On Mon, 2006-09-25 at 22:51 +0100, Pedro Alves wrote: > What I am trying to do is remove the #ifdef __MINGW32CE__ from the patch, > and make the checks check for feature, not target. > eg: >=20 > -#ifdef __MINGW32CE__ > +#ifdef HAVE_STRCOLL > #else > #endif >=20 > And have the autoconf* stuff define the HAVE_STRCOLL. In general, that would be the better way to proceed - I completely agree on that. However, for this to work, you need to figure out a way for autoconf to figure out whether you have these features. I am not sure that you can reliably do this in a cross-compiler. Danny --=20 Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info |