On Tue, 2015-04-14 at 10:23 +0200, Mark Wielaard wrote: > Some compilers (clang) claim to support -std=gnu99 but don't actually > implement all extensions we use in the code. Producing really hard to > parse errors. Add explicit checks for some of the other language > extensions we use, Nested Functions and Arrays of Variable Length, > to the configure check to catch such issues early.
I pushed this to master.
