Submitted by: Sascha Schumann
Reviewed by: Ryan Bloom
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84369
13f79535-47bb-0310-9956-
ffa450edef68
AC_MSG_RESULT("$threads_result")
AC_MSG_CHECKING([to ensure I can compile the selected MPM])
-if test "$apache_threads_working" = "no" && "$apache_cv_mpm" != "prefork"; then
+if test "$apache_threads_working" = "no" && test "$apache_cv_mpm" != "prefork"; then
AC_MSG_RESULT([can't compile selected MPM because there are no threads, defaulting to prefork])
apache_cv_mpm="prefork"
else