Doug MacEachern wrote: > > On Tue, 11 Jun 2002, Cliff Woolley wrote: > > > Because threads are forced to be disabled on FreeBSD. I believe there's a > > warning message about this in the ./configure output... you might just not > > have noticed it as it scrolled by. > > that's odd, why not just abort with a message "sorry only prefork > supported". anyhow, if threads are always disabled on freebsd, then > APR_HAS_THREADS should always be 0, right?
The _default_ on FreeBSD is no threads. You can override this with --enable-threads if you are brave. Greg
