manoj       99/02/21 23:36:00

  Modified:    pthreads/src Configure
  Log:
  AIX needs this flag to build the hybrid server correctly. We only
  enable it for 4.2 and 4.3 so far, because we haven't even tried this on
  a 4.1 or earlier box yet.
  
  Revision  Changes    Path
  1.5       +2 -2      apache-apr/pthreads/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /home/cvs/apache-apr/pthreads/src/Configure,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- Configure 1999/02/17 08:29:11     1.4
  +++ Configure 1999/02/22 07:36:00     1.5
  @@ -302,12 +302,12 @@
        ;;
       *-ibm-aix4.2)
        OS='IBM AIX 4.2'
  -     CFLAGS="$CFLAGS -DAIX=42 -U__STR__"
  +     CFLAGS="$CFLAGS -DAIX=42 -U__STR__ -lpthread"
        LDFLAGS="$LDFLAGS -lm"
        ;;
       *-ibm-aix4.3)
        OS='IBM AIX 4.3'
  -     CFLAGS="$CFLAGS -DAIX=43 -U__STR__"
  +     CFLAGS="$CFLAGS -DAIX=43 -U__STR__ -lpthread"
        LDFLAGS="$LDFLAGS -lm"
        ;;
       *-ibm-aix*)
  
  
  

Reply via email to