orlikowski    2003/01/06 11:04:08

  Modified:    .        configure.in
  Log:
  Minor addition to the debug flags under AIX.
  
  Revision  Changes    Path
  1.509     +1 -1      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.508
  retrieving revision 1.509
  diff -u -r1.508 -r1.509
  --- configure.in      19 Dec 2002 05:19:23 -0000      1.508
  +++ configure.in      6 Jan 2003 19:04:08 -0000       1.509
  @@ -226,7 +226,7 @@
      if test "$GCC" = "yes"; then
        APR_ADDTO(CFLAGS,[-Wall -Wmissing-prototypes -Wstrict-prototypes 
-Wmissing-declarations])
      elif test "$AIX_XLC" = "yes"; then
  -     APR_ADDTO(CFLAGS,-qfullpath -qinitauto=FE)
  +     APR_ADDTO(CFLAGS,-qfullpath -qinitauto=FE -qwarn64 -qcheck=all)
      fi
   ])dnl
   
  
  
  

Reply via email to