[PATCHES] mingw autoconf again

2007-10-29 Thread Magnus Hagander
So I was fixing my MingW environment to test and fix that issue with the functions missing. In doing so, I came across the error previously discussed that gettimeofday() is now suddently defined in the latest versions of mingw, but wasn't before. So I figured I'd have to fix that. Attached is a p

Re: [PATCHES] mingw autoconf again

2007-10-29 Thread Heikki Linnakangas
Magnus Hagander wrote: > So I was fixing my MingW environment to test and fix that issue with the > functions missing. In doing so, I came across the error previously > discussed that gettimeofday() is now suddently defined in the latest > versions of mingw, but wasn't before. Is it just missing

Re: [PATCHES] mingw autoconf again

2007-10-29 Thread Magnus Hagander
Heikki Linnakangas wrote: > Magnus Hagander wrote: >> So I was fixing my MingW environment to test and fix that issue with the >> functions missing. In doing so, I came across the error previously >> discussed that gettimeofday() is now suddently defined in the latest >> versions of mingw, but wasn

Re: [PATCHES] mingw autoconf again

2007-10-29 Thread Peter Eisentraut
Am Montag, 29. Oktober 2007 schrieb Magnus Hagander: > 1) does it look ok? yes > 2) is it ok to put checks for win32-only this way? Well, the available replacement implementation only works on win32, so this is about as correct as we should care to be at the moment. -- Peter Eisentraut http:/