jorton      2004/05/19 12:30:40

  Modified:    build    apr_hints.m4
  Log:
  * build/apr_hints.m4: Don't add -lprot for *-sco3.2v5*, thanks to
  Martin J Evans on [EMAIL PROTECTED]
  
  Revision  Changes    Path
  1.61      +0 -1      apr/build/apr_hints.m4
  
  Index: apr_hints.m4
  ===================================================================
  RCS file: /home/cvs/apr/build/apr_hints.m4,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -d -u -r1.60 -r1.61
  --- apr_hints.m4      13 Mar 2004 00:32:43 -0000      1.60
  +++ apr_hints.m4      19 May 2004 19:30:40 -0000      1.61
  @@ -184,7 +184,6 @@
        ;;
       *-sco3.2v5*)
        APR_ADDTO(CPPFLAGS, [-DSCO5 -D_REENTRANT])
  -     APR_ADDTO(LIBS, [-lprot])
        ;;
       *-sco_sv*|*-SCO_SV*)
        APR_ADDTO(CPPFLAGS, [-DSCO -D_REENTRANT])
  
  
  

Reply via email to