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

Mike Frysinger vapier@gentoo.org
Tue Oct 20 17:54:00 GMT 2015


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
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20151020/ac4be6cb/attachment.sig>


More information about the Libc-alpha mailing list