summaryrefslogtreecommitdiffstats
path: root/server/mpm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--server/mpm/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/config.m4 b/server/mpm/config.m4
index 1702e4b53a..dbf12a44bf 100644
--- a/server/mpm/config.m4
+++ b/server/mpm/config.m4
@@ -13,7 +13,7 @@ AC_MSG_RESULT($APACHE_MPM)
apache_cv_mpm=$APACHE_MPM
if test "$apache_cv_mpm" = "threaded" -o "$apache_cv_mpm" = "perchild"; then
- PTHREADS_CHECK
+ APR_PTHREADS_CHECK
AC_MSG_CHECKING([for which threading library to use])
AC_MSG_RESULT($threads_result)