as mpmt_pthread. I would much rather it was prefork, but the autoconf
work hasn't progressed to the point that prefork will work yet. When it
does work, I expect the default to change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84226
13f79535-47bb-0310-9956-
ffa450edef68
apache_cv_mpm=$withval
AC_MSG_RESULT($apache_cv_mpm)
else
- AC_MSG_ERROR(An MPM must be specified)
+ apache_cv_mpm="mpmt_pthread"
+ AC_MSG_RESULT(No MPM specified. Using pthread)
fi
],[
- AC_MSG_ERROR(An MPM must be specified)
+ apache_cv_mpm="mpmt_pthread"
+ AC_MSG_RESULT(No MPM specified. Using pthread)
])
APACHE_OUTPUT(modules/mpm/Makefile)