I understand that adding ‘gl_DISABLE_THREADS’ to configure.ac
causes module ‘threadlib’ (specifically file threadlib.m4) to
generate a configure script that runs as if ‘--disable-threads’
had been included on the command-line. Is this correct?
My questions are:
- Where to add ‘gl_DISABLE_THREADS
Thien-Thi Nguyen wrote:
- Is there any way to get "./configure --help" to output:
--disable-threadsbuild without multithread safety (default)
Without having looked at it, I suspect you need to change Gnulib to do that. It
sounds like a worthwhile change.