blob: 9702aa2c81455a444a9e70a619004732d9c5f420 (
plain)
1
2
3
4
5
6
7
8
9
|
dnl ## XXX - Need a more thorough check of the proper flags to use
if test "$MPM_NAME" = "threaded" ; then
APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile)
APACHE_MPM_PTHREAD
fi
|