On 11/04/2012 08:29 AM, John David Anglin wrote: > It seemed reasonable to base this on the configure variable > USE_POSIX_THREADS.
But the problem is that USE_POSIX_THREADS is set by the threadlib configuration. > Another alternative might be to convert sort to use threadlib. coreutils already uses threadlib, sort of, which is part of the problem here. I'm not sure why it does. The idea was supposed to be that it uses POSIX threads or nothing.
