[RFC][PATCH 20/22] Add ./configure checks for I8C and I8X

Gary Benson gbenson@redhat.com
Wed Oct 21 08:33:00 GMT 2015


Mike Frysinger wrote:
> On 20 Oct 2015 15:56, Gary Benson wrote:
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -1965,6 +1965,10 @@ AC_SUBST(DEFINES)
> >  dnl See sysdeps/mach/configure.ac for this variable.
> >  AC_SUBST(mach_interface_list)
> >  
> > +# XXX
> > +AC_CHECK_PROGS(I8C, i8c, no)
> > +AC_CHECK_PROGS(I8X, i8x, no)
> 
> the "# XXX" should be "dnl A real comment."
> 
> i know this is an RFC, but sometimes these things slip through

Thanks Mike.  Usually I do a quick grep before I mail things, but
I guess I forgot this time :)

Cheers,
Gary

-- 
http://gbenson.net/



More information about the Libc-alpha mailing list