trawick     01/12/12 05:28:17

  Modified:    .        configure.in
  Log:
  maintainer mode with AIX xlc now initializes autodata to 0xFE
  
  Revision  Changes    Path
  1.387     +1 -1      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.386
  retrieving revision 1.387
  diff -u -r1.386 -r1.387
  --- configure.in      2001/12/12 06:46:45     1.386
  +++ configure.in      2001/12/12 13:28:17     1.387
  @@ -159,7 +159,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)
  +     APR_ADDTO(CFLAGS,-qfullpath -qinitauto=FE)
      fi
   ])dnl
   
  
  
  

Reply via email to