coar        99/05/27 07:56:44

  Modified:    apr      configure.in
  Log:
        Allow APR stuff to build on Tru64 UNIX (OSF/1).  The handling is
        probably not complete, but it's better than nought.
  
  Revision  Changes    Path
  1.14      +5 -0      apache-apr/apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apache-apr/apr/configure.in,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- configure.in      1999/05/26 20:43:43     1.13
  +++ configure.in      1999/05/27 14:56:43     1.14
  @@ -63,6 +63,11 @@
       esac
   fi
   
  +if (test "$SYS_SW" = "OSF1"); then
  +    PLATFORM="-DOSF1"
  +    OSDIR="unix"
  +fi
  +
   if (test "$SYS_SW" = "OS/2"); then
       PLATFORM="-DOS2"
       OSDIR="os2"
  
  
  

Reply via email to