rbb         00/01/15 08:10:47

  Modified:    src      Configure
  Log:
  Add -Ae flag to HPUX compiler.  This allows HPUX to compile with the
  long long variable types.
  
  Revision  Changes    Path
  1.389     +2 -2      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.388
  retrieving revision 1.389
  diff -u -r1.388 -r1.389
  --- Configure 2000/01/15 16:01:07     1.388
  +++ Configure 2000/01/15 16:10:46     1.389
  @@ -1395,7 +1395,7 @@
       'HI-UX')
        case "$CC" in
            */cc|cc )
  -             CFLAGS="$CFLAGS -Aa -D_HIUX_SOURCE"
  +             CFLAGS="$CFLAGS -Aa -Ae -D_HIUX_SOURCE"
                OPTIM=" "
                TOPTIM=""
            ;;
  @@ -1404,7 +1404,7 @@
       'HP-UX'|'HP-UX 10'|'HP-UX 11')
        case "$CC" in
            */cc|cc )
  -             CFLAGS="$CFLAGS -Aa -D_HPUX_SOURCE"
  +             CFLAGS="$CFLAGS -Aa -Ae -D_HPUX_SOURCE"
                OPTIM=" "
                TOPTIM=""
            ;;
  
  
  

Reply via email to