brian       96/12/08 22:39:50

  Modified:    src       Configure
  Log:
  Submitted by: [EMAIL PROTECTED]
  
  Added CFLAGS for HPUX10 compiler.
  
        Bria
  
  Revision  Changes    Path
  1.51      +4 -0      apache/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configure,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -C3 -r1.50 -r1.51
  *** Configure 1996/12/09 05:57:02     1.50
  --- Configure 1996/12/09 06:39:49     1.51
  ***************
  *** 167,172 ****
  --- 167,176 ----
        *-hp-hpux10.*)
        OS='HP-UX 10'
        CFLAGS="$CFLAGS -DHPUX10"
  +     # if we're using the HPUX compiler, add a few flags.
  +     if [ "$CC" = "cc" ]; then
  +         CFLAGS="$CFLAGS -Aa -D_HPUX_SOURCE"
  +     fi
        ;;
        *-hp-hpux*)
        OS='HP-UX'
  
  
  

Reply via email to