You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ia...@apache.org on 2002/08/25 23:14:56 UTC

cvs commit: httpd-2.0/server/mpm/experimental/perchild config5.m4

ianh        2002/08/25 14:14:56

  Modified:    server/mpm/experimental/perchild config5.m4
  Log:
  Check for pthread_kill
  Submitted By: Thom May
  
  Revision  Changes    Path
  1.3       +1 -1      httpd-2.0/server/mpm/experimental/perchild/config5.m4
  
  Index: config5.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/experimental/perchild/config5.m4,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- config5.m4	22 Apr 2002 18:57:12 -0000	1.2
  +++ config5.m4	25 Aug 2002 21:14:56 -0000	1.3
  @@ -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