> --with-threads \ > > but for what I'm reading in configure, this line should read > > --with-threads=yes \ My guts feeling and (limited) experience with ./configure would tell me that: --with-threads <=> --with-threads=yes --without-threads <=> --with-threads=no So, I guess that threads are indeed enabled.