On Tue, Sep 05, 2006 at 06:46:23PM +0200, Enrico Forestieri wrote: > Anyway, if you want to take into account that someone could actually > cross-compile to mingw using cygwin, the attached patch fixes this issue.
No, please don't apply this patch as it would also affect a cygwin build. Both $host_os and $build_os should be checked and it really becomes cumbersome. -- Enrico