]> granicus.if.org Git - apache/blob - server/mpm/mpmt_os2/config.m4
mpm_winnt: Factor out a helper function to parse the type of an accept
[apache] / server / mpm / mpmt_os2 / config.m4
1 AC_MSG_CHECKING(if mpmt_os2 MPM supports this platform)
2 case $host in
3     *os2-emx*)
4         AC_MSG_RESULT(yes)
5         APACHE_MPM_SUPPORTED(mpmt_os2, no, yes)
6         ;;
7     *)
8         AC_MSG_RESULT(no)
9         ;;
10 esac