Bruno Haible wrote:
> When cross-compiling, I also see this wrong guess:
>
> checking whether gettimeofday clobbers localtime buffer... yes
>
> This proposed patch should improve it. OK to apply, Jim & Paul?
>
> 2012-05-01 Bruno Haible
>
> gettimeofday: Avoid bad guess when cross-compili
On 05/01/2012 03:04 PM, Bruno Haible wrote:
012-05-01 Bruno Haible
gettimeofday: Avoid bad guess when cross-compiling to glibc systems.
* m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY_CLOBBER): Require
AC_CANONICAL_HOST. When cross-compiling, guess no on glibc platforms.
Lo
When cross-compiling, I also see this wrong guess:
checking whether gettimeofday clobbers localtime buffer... yes
This proposed patch should improve it. OK to apply, Jim & Paul?
2012-05-01 Bruno Haible
gettimeofday: Avoid bad guess when cross-compiling to glibc systems.
*