From 1cc92c67bbdc24e50d1804446501d985fcd95c50 Mon Sep 17 00:00:00 2001 From: Ian Holsman Date: Sun, 25 Aug 2002 21:14:56 +0000 Subject: [PATCH] Check for pthread_kill Submitted By: Thom May git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96529 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/experimental/perchild/config5.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mpm/experimental/perchild/config5.m4 b/server/mpm/experimental/perchild/config5.m4 index 57f3df89e7..368052f59f 100644 --- a/server/mpm/experimental/perchild/config5.m4 +++ b/server/mpm/experimental/perchild/config5.m4 @@ -1,6 +1,6 @@ dnl ## XXX - Need a more thorough check of the proper flags to use if test "$MPM_NAME" = "perchild" ; then - + AC_CHECK_FUNCS(pthread_kill) APACHE_FAST_OUTPUT(server/mpm/$MPM_SUBDIR_NAME/Makefile) fi -- 2.40.0