config.m4 revision 69c7cb9eeb0d965849dbc65e06a4a734f17fd7ef
AC_MSG_CHECKING(if WinNT MPM supports this platform)
case $host in
*mingw32*)
AC_MSG_RESULT(yes)
APACHE_MPM_SUPPORTED(winnt, no, yes)
;;
*)
AC_MSG_RESULT(no)
;;
esac