repo.or.cz
/
httpd-crcsyncproxy.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
removed some of the debug logging and added author details
[httpd-crcsyncproxy.git]
/
server
/
mpm
/
worker
/
config5.m4
blob
cc131348457e23e614d8e19446223336188bc1e1
1
dnl ## XXX - Need a more thorough check of the proper flags to use
2
3
if test "$MPM_NAME" = "worker" ; then
4
AC_CHECK_FUNCS(pthread_kill)
5
APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile)
6
fi