You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rb...@apache.org on 2001/02/16 06:50:49 UTC

cvs commit: apr CHANGES hints.m4

rbb         01/02/15 21:50:49

  Modified:    .        CHANGES hints.m4
  Log:
  Force FreeBSD to compile without threads by default.  To enable
  threads, use --enable-threads on the configure line.
  
  Revision  Changes    Path
  1.60      +4 -0      apr/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apr/CHANGES,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -d -b -w -u -r1.59 -r1.60
  --- CHANGES	2001/02/11 23:31:04	1.59
  +++ CHANGES	2001/02/16 05:50:49	1.60
  @@ -1,5 +1,9 @@
   Changes with APR b1  
   
  +  *) Force FreeBSD to compile without threads by default.  To enable
  +     threads, use --enable-threads on the configure line.
  +     [Ryan Bloom]
  +
     *) Purge system password buffer before returning from apr_password_get.
        No longer abuses bufsize argument on return.  [William Rowe]
   
  
  
  
  1.40      +1 -0      apr/hints.m4
  
  Index: hints.m4
  ===================================================================
  RCS file: /home/cvs/apr/hints.m4,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -d -b -w -u -r1.39 -r1.40
  --- hints.m4	2001/02/09 17:49:44	1.39
  +++ hints.m4	2001/02/16 05:50:49	1.40
  @@ -140,6 +140,7 @@
   		;;
   	esac
   	APR_ADDTO(LIBS, [-lcrypt])
  +        APR_SETIFNULL(enable_threads, [no])
   	;;
       *-next-nextstep*)
   	APR_SETIFNULL(OPTIM, [-O])