blob: 4f201408d6c93d6ab86e50bcb2e3e86b5b6e30cf (
plain)
1
2
3
4
5
6
7
|
dnl ## XXX - Need a more thorough check of the proper flags to use
if test "$MPM_NAME" = "beos" ; then
apache_apr_flags="--enable-threads"
APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile)
fi
|