summaryrefslogtreecommitdiffstats
path: root/server/mpm/winnt/config.m4
blob: 5c1fd42d04bb479c2ffd0f6b3e9c3a5720293b24 (plain)
1
2
3
4
5
6
7
8
9
10
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