brian       96/12/10 15:43:27

  Modified:    src       Configure
  Log:
  Submitted by: Paul Ginsparg
  
  Flipped it back to a previous state due to incorrect information from
  someone at HP.  Also added it for HPUX 9.x.
  
  Revision  Changes    Path
  1.55      +4 -1      apache/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configure,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -C3 -r1.54 -r1.55
  *** Configure 1996/12/10 20:38:18     1.54
  --- Configure 1996/12/10 23:43:25     1.55
  ***************
  *** 169,180 ****
        CFLAGS="$CFLAGS -DHPUX10"
        # if we're using the HPUX compiler, add a few flags.
        if [ "$CC" = "cc" ]; then
  !         CFLAGS="$CFLAGS -Ae"
        fi
        ;;
        *-hp-hpux*)
        OS='HP-UX'
        CFLAGS="$CFLAGS -DHPUX"
        ;;
        *-sgi-irix64)
    # Note: We'd like to see patches to compile 64-bit, but for now...
  --- 169,183 ----
        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'
        CFLAGS="$CFLAGS -DHPUX"
  +     if [ "$CC" = "cc" ]; then
  +         CFLAGS="$CFLAGS -Aa -D_HPUX_SOURCE"
  +     fi
        ;;
        *-sgi-irix64)
    # Note: We'd like to see patches to compile 64-bit, but for now...
  
  
  

Reply via email to