You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/08/22 01:33:10 UTC

cvs commit: httpd-2.0/os/unix config.m4

rbb         01/08/21 16:33:10

  Modified:    os/unix  config.m4
  Log:
  We need to check for sys/sem.h
  
  Revision  Changes    Path
  1.7       +1 -1      httpd-2.0/os/unix/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/os/unix/config.m4,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- config.m4	2001/04/29 06:45:35	1.6
  +++ config.m4	2001/08/21 23:33:10	1.7
  @@ -1,7 +1,7 @@
   if test "$OS" = "unix" ; then
       APACHE_TYPE_RLIM_T
   
  -    AC_CHECK_HEADERS(sys/time.h sys/resource.h)
  +    AC_CHECK_HEADERS(sys/time.h sys/resource.h sys/sem.h)
   
       AC_CHECK_FUNCS(setsid killpg)
   fi