]> granicus.if.org Git - apache/commitdiff
Check for pthread_kill
authorIan Holsman <ianh@apache.org>
Sun, 25 Aug 2002 21:14:56 +0000 (21:14 +0000)
committerIan Holsman <ianh@apache.org>
Sun, 25 Aug 2002 21:14:56 +0000 (21:14 +0000)
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

index 57f3df89e7569fcd8faffb2e8825d4bcf0c10d4b..368052f59f7e2a09f989f1f11d35c7cfed6cfb21 100644 (file)
@@ -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