upload http
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / server / mpm / experimental / threadpool / config5.m4
1 dnl ## XXX - Need a more thorough check of the proper flags to use
2
3 if test "$MPM_NAME" = "threadpool" ; then
4     AC_CHECK_FUNCS(pthread_kill)
5     APACHE_FAST_OUTPUT(server/mpm/$MPM_SUBDIR_NAME/Makefile)
6 fi