You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2004/02/24 21:57:02 UTC

cvs commit: apr/build apr_hints.m4

jorton      2004/02/24 12:57:02

  Modified:    build    apr_hints.m4
  Log:
  * build/apr_hints.m4: Disable use of POSIX process-shared mutexes on
  Tru64 since they don't seem to be working.  (these are selected as the
  default locking mechanism since the "mmap of /dev/zero" configure test
  was fixed!)
  
  Revision  Changes    Path
  1.57      +2 -0      apr/build/apr_hints.m4
  
  Index: apr_hints.m4
  ===================================================================
  RCS file: /home/cvs/apr/build/apr_hints.m4,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -w -d -u -r1.56 -r1.57
  --- apr_hints.m4	18 Feb 2004 10:39:09 -0000	1.56
  +++ apr_hints.m4	24 Feb 2004 20:57:02 -0000	1.57
  @@ -155,6 +155,8 @@
   	;;
       *-dec-osf*)
   	APR_ADDTO(CPPFLAGS, [-DOSF1])
  +        # process-shared mutexes don't seem to work in Tru64 5.0
  +        APR_SETIFNULL(apr_cv_process_shared_works, [no])
   	;;
       *-nto-qnx*)
   	;;