Gavin Smith writes:
> It appears you can have thread-local variables with gcc using
> "__thread", for example, "static __thread const char *encoding". (I
> don't know about other compilers.) Would something like this work? As
> well as threads, updating the cached encoding when the encoding
> cha
() Paul Eggert
() Sat, 24 Jan 2015 13:21:50 -0800
Thien-Thi Nguyen wrote:
> - Is there any way to get "./configure --help" to output:
>
> --disable-threads build without multithread safety (default)
Without having looked at it, I suspect you need to change
Gnulib to do that