pthread_setaffinity_np used even if not defined
Hello,
pulseaudio FTBFS on hurd due the usage of pthread_setaffinity_np()
even when it's not available.
The configure already check whether pthread_setaffinity_np()
is available:
checking for pthread_setaffinity_np... no
But for some reasons it's still used