Re: patch: check for c99 support

2020-05-28 Thread Paul Smith
On Fri, 2020-05-29 at 01:10 +, ky...@disroot.org wrote: > as of version 4.3, with the inclusion of gnulib, make now appears to > require c99 support in order to be compiled correctly. > > since this is the case, the configure script should check if flags > are necessary to enable c99 support,

patch: check for c99 support

2020-05-28 Thread ky0ko
as of version 4.3, with the inclusion of gnulib, make now appears to require c99 support in order to be compiled correctly. since this is the case, the configure script should check if flags are necessary to enable c99 support, as several non-gnu compilers do not enable it by default. --- make