blob: 5c1fd42d04bb479c2ffd0f6b3e9c3a5720293b24 [file] [log] [blame]
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