jim         97/02/11 05:22:05

  Modified:    src       Configure
  Log:
  remove CC test for HP
  
  Revision  Changes    Path
  1.78      +3 -3      apache/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configure,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -C3 -r1.77 -r1.78
  *** Configure 1997/02/10 21:22:19     1.77
  --- Configure 1997/02/11 13:22:04     1.78
  ***************
  *** 206,212 ****
        OS='HI-UX'
        CFLAGS="$CFLAGS -DHIUX"
        # if we're using the HIUX compiler, add a few flags.
  !     if [ ! "$CC" -o "$CC" = "cc" ]; then
            CFLAGS="$CFLAGS -Aa -D_HIUX_SOURCE"
        fi
        ;;
  --- 206,212 ----
        OS='HI-UX'
        CFLAGS="$CFLAGS -DHIUX"
        # if we're using the HIUX compiler, add a few flags.
  !     if [ "$CC" = "cc" ]; then
            CFLAGS="$CFLAGS -Aa -D_HIUX_SOURCE"
        fi
        ;;
  ***************
  *** 214,227 ****
        OS='HP-UX 10'
        CFLAGS="$CFLAGS -DHPUX10"
        # if we're using the HPUX compiler, add a few flags.
  !     if [ ! "$CC" -o "$CC" = "cc" ]; then
            CFLAGS="$CFLAGS -Aa -D_HPUX_SOURCE"
        fi
        ;;
        *-hp-hpux*)
        OS='HP-UX'
        CFLAGS="$CFLAGS -DHPUX"
  !     if [ ! "$CC" -o "$CC" = "cc" ]; then
            CFLAGS="$CFLAGS -Aa -D_HPUX_SOURCE"
        fi
        ;;
  --- 214,227 ----
        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'
        CFLAGS="$CFLAGS -DHPUX"
  !     if [ "$CC" = "cc" ]; then
            CFLAGS="$CFLAGS -Aa -D_HPUX_SOURCE"
        fi
        ;;
  
  
  

Reply via email to