On 4/2/24 1:23 PM, Collin Funk wrote: > When running ./configure in findutils I see this warning: > > checking for pthread.h... yes > ... > ./configure: line 31218: test: =: unary operator expected > checking for pthread_spin_init... yes > checking for pthread_t... yes > checking for pthread_spinlock_t... yes
Oops, I forgot to mention. I am using GNU/Linux, gcc 13.2.1, glibc 2.38. Collin