On Thu, Mar 19, 2020 at 8:51 PM Jeffrey Walton <noloa...@gmail.com> wrote:
>
> Hi Everyone,
>
> I'm working on JAN 202 HURD, fully updated.
>
> Does anyone know what is going on here:
>
> configure:8254: checking for sched_setaffinity
> configure:8254: gcc -o conftest  -g -O2 -flto -I.  conftest.c -levent  >&5
> conftest.c:157:1: error: unknown type name 'choke'
>   157 | choke me
>       | ^~~~~
> conftest.c:157:9: error: expected ';' before 'int'
>   157 | choke me
>       |         ^
>       |         ;
> ......
>   160 | int
>       | ~~~
>
> It is not in configure.ac, and it is not in HURD:
>
>     $ grep -IR choke /usr/include
>     $

I should have known... More Autotools crap:

$ grep choke configure
choke me
       choke me
       choke me

Reply via email to