summaryrefslogtreecommitdiff
path: root/locks
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-12-22 20:29:19 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-12-22 20:29:19 +0000
commitd6c5eb490b89775991089a909cf3377aca1e4f40 (patch)
tree10af1287ed3e9a590dfaa578c7576a4516c11964 /locks
parent733c02d0771ef6b3df597abadda30a2896f2c302 (diff)
downloadlibapr-d6c5eb490b89775991089a909cf3377aca1e4f40.tar.gz
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: http://svn.apache.org/repos/asf/apr/apr/trunk@59552 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'locks')
-rw-r--r--locks/unix/intraproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locks/unix/intraproc.c b/locks/unix/intraproc.c
index d71cbe360..a54019bf7 100644
--- a/locks/unix/intraproc.c
+++ b/locks/unix/intraproc.c
@@ -56,7 +56,7 @@
#if APR_HAS_THREADS
-#if defined (USE_PTHREAD_SERIALIZE)
+#if defined(USE_PTHREAD_SERIALIZE)
ap_status_t lock_intra_cleanup(void *data)
{