jim         97/08/25 18:02:53

  Modified:    src      Configure
  Log:
  Oops... -lpthread is needed for 2.5.0 _and later_... Allow for
  Solaris 2.9.x right now :)
  
  Revision  Changes    Path
  1.142     +1 -1      apachen/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/Configure,v
  retrieving revision 1.141
  retrieving revision 1.142
  diff -u -r1.141 -r1.142
  --- Configure 1997/08/26 00:59:40     1.141
  +++ Configure 1997/08/26 01:02:51     1.142
  @@ -361,7 +361,7 @@
        CFLAGS="$CFLAGS -DSOLARIS2=$SOLVER"
        LIBS="$LIBS -lsocket -lnsl"
        case "$SOLVER" in
  -         25*)
  +         2[56789]*)
                LIBS="$LIBS -lpthread"
                ;;
        esac
  
  
  

Reply via email to