Re: cross-compilation guesses (10)

2012-05-05 Thread Bruno Haible
> When cross-compiling, I also see this wrong guess: > > checking for signbit macro... guessing no > > This should fix it. (Most of this patch is merely reindentation.) There is another wrong guess in the same file: checking for signbit compiler built-ins... guessing no This combined patch

cross-compilation guesses (10)

2012-05-01 Thread Bruno Haible
When cross-compiling, I also see this wrong guess: checking for signbit macro... guessing no This should fix it. (Most of this patch is merely reindentation.) 2012-05-01 Bruno Haible signbit: Avoid "guessing no" when cross-compiling to glibc systems. * m4/signbit.m4 (gl_SI