]> granicus.if.org Git - apache/commit
Clean up APR's configure script a bit. This commit also allows Apache to
authorRyan Bloom <rbb@apache.org>
Wed, 22 Dec 1999 20:29:20 +0000 (20:29 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 22 Dec 1999 20:29:20 +0000 (20:29 +0000)
commit3f4fe1cea054fc0163275de5be7a0034c0965e22
tree470bf948c60371c19f56153398be3b578a272348
parente672e9dd4beb228686a915affa10d76adf5edb5f
Clean up APR's configure script a bit.  This commit also allows Apache to
specify that APR should be built without threads for the prefork MPM.  This
is broken if we then try to configure Apache again using a threaded MPM, but
this is easily fixable, and I will be doing that soon.  Lastly, I removed all
thread calls from APR when it is told to build without threads.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84359 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/prefork/config.m4