Re: [PATCH] configure.ac: drop unnecessary gnu99 extension checks

2021-08-26 Thread Adrian Ratiu via Elfutils-devel
Hi Mark, On Mon, 23 Aug 2021, Mark Wielaard wrote: Hi Adrian, On Tue, Aug 10, 2021 at 03:56:51PM +0300, Adrian Ratiu via Elfutils-devel wrote: So in the interest of enabling Clang builds we remove the only remaining blocker: the configure checks for nested functions and variable length arr

Re: [PATCH] configure.ac: drop unnecessary gnu99 extension checks

2021-08-23 Thread Mark Wielaard
Hi Adrian, On Tue, Aug 10, 2021 at 03:56:51PM +0300, Adrian Ratiu via Elfutils-devel wrote: > So in the interest of enabling Clang builds we remove the only > remaining blocker: the configure checks for nested functions and > variable length arrays which are also unused. Can we just remove the wh