Re: [PATCH] doc: fix typo in variable name

2021-06-30 Thread Eric Blake
On Fri, May 14, 2021 at 09:07:23AM +0300, Emanuele Giaquinta wrote: > --- > doc/autoconf.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/autoconf.texi b/doc/autoconf.texi > index 7b42dd6a..33cebc37 100644 > --- a/doc/autoconf.texi > +++ b/doc/autoconf.texi > @@

Re: [PATCH] _AC_PROG_CXX_STDCXX_EDITION_TRY: fix typo in variable name

2021-06-30 Thread Eric Blake
On Fri, May 14, 2021 at 09:06:20AM +0300, Emanuele Giaquinta wrote: > The typo causes "ac_prog_cxx_stdcxx" to be always set to "cxx11", > regardless of whether the C++ compiler supports C++11. > --- > lib/autoconf/c.m4 | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

Re: [PATCH] lib/autoconf/c.m4: fix NULL pointer dereference in _AC_LANG_IO_PROGRAM

2021-06-30 Thread Nicolas Iooss
On Tue, Jun 29, 2021 at 3:48 PM Eric Blake wrote: > > > > While I'm not opposed to your patch, I don't think that chasing the > > > windmill of making configure snippets warning-free is going to be > > > worth it, because in the end, it won't change the results of those > > > configure tests. > >