jerenkrantz    01/07/13 17:13:36

  Modified:    .        configure.in
  Log:
  I think this is better as CPPFLAGS than CFLAGS because this defines
  something that the preprocessor will interpret.
  
  Revision  Changes    Path
  1.339     +1 -1      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.338
  retrieving revision 1.339
  diff -u -r1.338 -r1.339
  --- configure.in      2001/07/13 06:18:56     1.338
  +++ configure.in      2001/07/14 00:13:36     1.339
  @@ -164,7 +164,7 @@
       echo "You have switched ON using SMS to emulate pools.  This is highly"
       echo "experimental and so you may want to think about it!"
       echo "Presently this option is only advised for people working on SMS"
  -    APR_ADDTO(CFLAGS, -DAPR_POOLS_ARE_SMS)
  +    APR_ADDTO(CPPFLAGS, -DAPR_POOLS_ARE_SMS)
       POOLS_TARGET=apr_sms_pools.lo
   )dnl
   AC_SUBST(POOLS_TARGET)
  
  
  

Reply via email to