This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]