diff options
author | Ian Holsman <ianh@apache.org> | 2002-08-25 23:14:56 +0200 |
---|---|---|
committer | Ian Holsman <ianh@apache.org> | 2002-08-25 23:14:56 +0200 |
commit | 1cc92c67bbdc24e50d1804446501d985fcd95c50 (patch) | |
tree | 492a942b11ed3dc16c00ce66e80e1f9ef59470e8 /server | |
parent | make the output XHTML (diff) | |
download | apache2-1cc92c67bbdc24e50d1804446501d985fcd95c50.tar.xz apache2-1cc92c67bbdc24e50d1804446501d985fcd95c50.zip |
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
Diffstat (limited to 'server')
-rw-r--r-- | server/mpm/experimental/perchild/config5.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |