manoj       99/02/03 16:26:00

  Modified:    pthreads/src Configure
  Log:
  Make this compile out of the box on Linux.
  
  Revision  Changes    Path
  1.2       +1 -1      apache-apr/pthreads/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /home/cvs/apache-apr/pthreads/src/Configure,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- Configure 1999/01/21 23:08:31     1.1
  +++ Configure 1999/02/04 00:25:56     1.2
  @@ -430,7 +430,7 @@
        DEF_WANTHSREGEX=yes
        OS='Linux'
        CFLAGS="$CFLAGS -DLINUX=2"
  -     LIBS="$LIBS -lm"
  +     LIBS="$LIBS -lm -lpthread"
        ;;
       *-linux1)
        DEF_WANTHSREGEX=yes
  
  
  

Reply via email to