Cross Reference: config.m4
xref
: /
httpd
/
server
/
mpm
/
mpmt_os2
/
config.m4
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
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