You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by gr...@locus.apache.org on 2000/12/01 17:12:22 UTC

cvs commit: apr configure.in

gregames    00/12/01 08:12:21

  Modified:    .        configure.in
  Log:
  Document a mystery
  
  Revision  Changes    Path
  1.179     +1 -0      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.178
  retrieving revision 1.179
  diff -u -r1.178 -r1.179
  --- configure.in	2000/12/01 14:00:53	1.178
  +++ configure.in	2000/12/01 16:12:20	1.179
  @@ -627,6 +627,7 @@
       AC_CHECK_DEFINE(PTHREAD_PROCESS_SHARED, pthread.h)
   fi
   
  +# The last AC_DECIDE to execute sets the default
   AC_BEGIN_DECISION([apr_lock implementation method])
   AC_IFALLYES(func:semget func:semctl,
               AC_DECIDE(USE_SYSVSEM_SERIALIZE, [SysV IPC semget()]))