blob: 368052f59f7e2a09f989f1f11d35c7cfed6cfb21 (
plain)
1
2
3
4
5
6
|
dnl ## XXX - Need a more thorough check of the proper flags to use
if test "$MPM_NAME" = "perchild" ; then
AC_CHECK_FUNCS(pthread_kill)
APACHE_FAST_OUTPUT(server/mpm/$MPM_SUBDIR_NAME/Makefile)
fi
|