trawick     00/12/12 04:25:51

  Modified:    .        hints.m4
  Log:
  When using the AIX compiler, specify LANGLVL=extended so that
  the compiler isn't so ornery.
  
  Revision  Changes    Path
  1.30      +1 -0      apr/hints.m4
  
  Index: hints.m4
  ===================================================================
  RCS file: /home/cvs/apr/hints.m4,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- hints.m4  2000/12/09 14:57:25     1.29
  +++ hints.m4  2000/12/12 12:25:50     1.30
  @@ -66,6 +66,7 @@
        AC_PROG_CC
           if test "$GCC" != "yes"; then
             APR_ADDTO(CFLAGS, [-qHALT=E])
  +          APR_ADDTO(CFLAGS, [-qLANGLVL=extended])
           fi
           ;;
       *-apollo-*)
  
  
  

Reply via email to