wrowe       01/08/30 11:21:50

  Modified:    .        configure.in
  Log:
    This solves a number of issues on cygwin, until Stipe or others have
    a chance to look at pthread support and library support for foo_r
    threadsafe calls.  So for today, no threads
    [Stipe Tolj <[EMAIL PROTECTED]>]
  
  Revision  Changes    Path
  1.365     +1 -0      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.364
  retrieving revision 1.365
  diff -u -r1.364 -r1.365
  --- configure.in      2001/08/30 05:45:43     1.364
  +++ configure.in      2001/08/30 18:21:50     1.365
  @@ -239,6 +239,7 @@
      *cygwin*)
          OSDIR="unix"
          APR_ADDTO(CPPFLAGS,-DCYGWIN)
  +       enable_threads="no"
          eolstr="\\n"
          ;;
      *)
  
  
  

Reply via email to