summaryrefslogtreecommitdiffstats
path: root/rubbos/app/httpd-2.0.64/server/mpm/experimental/threadpool/config5.m4
blob: 667b534a6d25f018bdfbc96427932358f77580fd (plain)
1
2
3
4
5
6
dnl ## XXX - Need a more thorough check of the proper flags to use

if test "$MPM_NAME" = "threadpool" ; then
    AC_CHECK_FUNCS(pthread_kill)
    APACHE_FAST_OUTPUT(server/mpm/$MPM_SUBDIR_NAME/Makefile)
fi