On 2012-11-16 11:37, Stefano Lattarini wrote: > * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Here. Was causing a > failure in the 'space_tab' syntax check. > > Signed-off-by: Stefano Lattarini <[email protected]> > --- > lib/autoconf/c.m4 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4 > index 0802f85..b1edf17 100644 > --- a/lib/autoconf/c.m4 > +++ b/lib/autoconf/c.m4 > @@ -1349,7 +1349,7 @@ dnl Try > dnl GCC -std=gnu99 (unused restrictive modes: -std=c99 > -std=iso9899:1999) > dnl IBM XL C -qlanglvl=extc1x (V12.1; does not pass C11 test) > dnl IBM XL C -qlanglvl=extc99 > -dnl (pre-V12.1; unused restrictive mode: -qlanglvl=stdc99) > +dnl (pre-V12.1; unused restrictive mode: -qlanglvl=stdc99) > dnl HP cc -AC99 > dnl Intel ICC -std=c99, -c99 (deprecated) > dnl IRIX -c99 >
But the surrounding uses TABs, not spaces. Cheers, Peter
