From: Ian Holsman Date: Sun, 25 Aug 2002 21:14:56 +0000 (+0000) Subject: Check for pthread_kill X-Git-Tag: AGB_BEFORE_AAA_CHANGES~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1cc92c67bbdc24e50d1804446501d985fcd95c50;p=apache 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 --- 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