Re: stuck with prefork if you have out-of-tree APR

2003-03-06 Thread Justin Erenkrantz
--On Thursday, March 6, 2003 4:14 PM -0500 Jeff Trawick <[EMAIL PROTECTED]> wrote: server/mpm/config.m4 has this check with a hard-coded path to APR: APR_CHECK_APR_DEFINE(APR_HAS_THREADS, srclib/apr) This fails if APR is anywhere else and config doesn't think APR has thread support. Is this

stuck with prefork if you have out-of-tree APR

2003-03-06 Thread Jeff Trawick
server/mpm/config.m4 has this check with a hard-coded path to APR: APR_CHECK_APR_DEFINE(APR_HAS_THREADS, srclib/apr) This fails if APR is anywhere else and config doesn't think APR has thread support. Is this macro busted and should be replaced with something that does a test compile using t