removed some of the debug logging and added author details
[httpd-crcsyncproxy.git] / server / mpm / worker / config5.m4
blobcc131348457e23e614d8e19446223336188bc1e1
1 dnl ## XXX - Need a more thorough check of the proper flags to use
3 if test "$MPM_NAME" = "worker" ; then
4     AC_CHECK_FUNCS(pthread_kill)
5     APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile)
6 fi