1
0
Fork 0
apache2/server/mpm/prefork/config.m4
Daniel Baumann 7263481e48
Adding upstream version 2.4.63.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 11:01:26 +02:00

7 lines
229 B
Text

AC_MSG_CHECKING(if prefork MPM supports this platform)
if test $forking_mpms_supported != yes; then
AC_MSG_RESULT(no - This is not a forking platform)
else
AC_MSG_RESULT(yes)
APACHE_MPM_SUPPORTED(prefork, yes, no)
fi