You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2001/02/21 12:35:19 UTC

cvs commit: apr/build apr_threads.m4

trawick     01/02/21 03:35:18

  Modified:    build    apr_threads.m4
  Log:
  Fix the name of the foo_CHECK_SIGWAIT_ONE_ARG macro.  It
  should be APR_CHECK_SIGWAIT_ONE_ARG instead of
  APACHE_CHECK_SIGWAIT_ONE_ARG.
  
  Apache fix will follow very shortly.
  
  Note that buildconf warnings were caused by
  APACHE_CHECK_SIGWAIT_ONE_ARG being defined twice.  The duplicate
  definition (http-2.0/server/mpm/config.m4) will be removed with
  the Apache commit.
  
  Submitted by:	Roy Fielding
  
  Revision  Changes    Path
  1.4       +1 -1      apr/build/apr_threads.m4
  
  Index: apr_threads.m4
  ===================================================================
  RCS file: /home/cvs/apr/build/apr_threads.m4,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- apr_threads.m4	2001/02/21 01:15:47	1.3
  +++ apr_threads.m4	2001/02/21 11:35:15	1.4
  @@ -156,7 +156,7 @@
   fi
   ])dnl
   
  -AC_DEFUN(APACHE_CHECK_SIGWAIT_ONE_ARG,[
  +AC_DEFUN(APR_CHECK_SIGWAIT_ONE_ARG,[
     AC_CACHE_CHECK(whether sigwait takes one argument,ac_cv_sigwait_one_arg,[
     AC_TRY_COMPILE([
   #ifdef __NETBSD__