fitz        02/03/07 07:37:09

  Modified:    build    apr_hints.m4
  Log:
  update for Mac OS X. -traditional-cpp is no longer recommended.
  
  Revision  Changes    Path
  1.36      +1 -1      apr/build/apr_hints.m4
  
  Index: apr_hints.m4
  ===================================================================
  RCS file: /home/cvs/apr/build/apr_hints.m4,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- apr_hints.m4      18 Feb 2002 17:36:55 -0000      1.35
  +++ apr_hints.m4      7 Mar 2002 15:37:09 -0000       1.36
  @@ -149,7 +149,7 @@
        APR_ADDTO(CPPFLAGS, [-DRHAPSODY])
        ;;
       *-apple-darwin*)
  -     APR_ADDTO(CPPFLAGS, [-DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK 
-traditional-cpp])
  +     APR_ADDTO(CPPFLAGS, [-DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK 
-no-cpp-precomp])
        ;;
       *-dec-osf*)
        APR_ADDTO(CPPFLAGS, [-DOSF1])
  
  
  

Reply via email to