jim         99/06/19 15:16:04

  Modified:    mpm/src  Configuration.mpm
  Log:
  FreeBSD requires this to grab the thread
  lib for pthreads. Uncomment when trying on that
  
  Revision  Changes    Path
  1.5       +1 -1      apache-2.0/mpm/src/Configuration.mpm
  
  Index: Configuration.mpm
  ===================================================================
  RCS file: /export/home/cvs/apache-2.0/mpm/src/Configuration.mpm,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Configuration.mpm 1999/06/19 20:40:48     1.4
  +++ Configuration.mpm 1999/06/19 22:16:03     1.5
  @@ -1,5 +1,5 @@
   EXTRA_CFLAGS= -Wall
  -EXTRA_LDFLAGS=
  +EXTRA_LDFLAGS= #-pthread # Uncomment for FreeBSD
   EXTRA_LIBS=
   EXTRA_INCLUDES=
   EXTRA_DEPS=
  
  
  

Reply via email to