manoj       99/10/26 15:05:41

  Modified:    src      Configuration.mpm
  Log:
  The -lapr is redundant.
  
  Revision  Changes    Path
  1.18      +1 -1      apache-2.0/src/Configuration.mpm
  
  Index: Configuration.mpm
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/Configuration.mpm,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -d -u -r1.17 -r1.18
  --- Configuration.mpm 1999/10/26 01:58:56     1.17
  +++ Configuration.mpm 1999/10/26 22:05:38     1.18
  @@ -2,7 +2,7 @@
   # mpmt_pthread MPM (-pthread in EXTRA_CFLAGS on Linux)
   EXTRA_CFLAGS= -Wall -pthread
   EXTRA_LDFLAGS=
  -EXTRA_LIBS= -lpthread -L$(SRCDIR)/lib/apr -lapr
  +EXTRA_LIBS= -lpthread
   EXTRA_INCLUDES=
   EXTRA_DEPS=
   #CC=
  
  
  

Reply via email to