Summary: minor, provide C11 check for anonymous structs
authorSebastian Freundt <hroptatyr@fresse.org>
Sun, 1 Jan 2012 20:56:47 +0000 (20:56 +0000)
committerSebastian Freundt <hroptatyr@fresse.org>
Sun, 1 Jan 2012 20:56:47 +0000 (20:56 +0000)
commitc52e5ab7894cb2f5aef6d853a103cb282af58eb8
treeeb74c387b6fc7f63a20d14b1f2ca9afe27dc7113
parentdf246395d8af148700dd9307af66e041f9f4479c
Summary: minor, provide C11 check for anonymous structs
Keywords: bldchn

This changeset provides a check for anon structs, an on-and-off feature
of gcc, and mandatory for C11 support.

* m4/sxe-compiler.m4 (SXE_CHECK_ANON_STRUCTS): simply check if anon
  structs are possible, they ought to be when -std=gnu1x is selected but
  that's only possible in gcc 4.6.1 it seems.

Signed-off-by: Sebastian Freundt <hroptatyr@fresse.org>
m4/sxe-compiler.m4