Re: [Mesa-dev] [PATCH] build: fixup pthread_setaffinity_np checking

2018-09-20 Thread Emil Velikov
On 20 September 2018 at 15:19, Eric Engestrom wrote: > On Thursday, 2018-09-20 14:56:03 +0100, Emil Velikov wrote: >> From: Emil Velikov >> >> Use the correct guard name (was missing the _NP) and use the >> AC_CHECK_FUNCS helper instead of opencoding it. >> >> Fixes: 3acc18fcf7c ("move pthread_se

Re: [Mesa-dev] [PATCH] build: fixup pthread_setaffinity_np checking

2018-09-20 Thread Eric Engestrom
On Thursday, 2018-09-20 14:56:03 +0100, Emil Velikov wrote: > From: Emil Velikov > > Use the correct guard name (was missing the _NP) and use the > AC_CHECK_FUNCS helper instead of opencoding it. > > Fixes: 3acc18fcf7c ("move pthread_setaffinity_np check to the build system") > Cc: Dylan Baker