1
0
Fork 0
apache2/server/mpm/mpmt_os2/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

10 lines
220 B
Text

AC_MSG_CHECKING(if mpmt_os2 MPM supports this platform)
case $host in
*os2-emx*)
AC_MSG_RESULT(yes)
APACHE_MPM_SUPPORTED(mpmt_os2, no, yes)
;;
*)
AC_MSG_RESULT(no)
;;
esac