You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2001/03/09 16:24:31 UTC

cvs commit: apr/build apr_hints.m4

trawick     01/03/09 07:24:30

  Modified:    build    apr_hints.m4
  Log:
  don't hard-code -lpthread for HP-UX 11; we'll autodetect whether
  or not we need it
  
  Revision  Changes    Path
  1.3       +0 -1      apr/build/apr_hints.m4
  
  Index: apr_hints.m4
  ===================================================================
  RCS file: /home/cvs/apr/build/apr_hints.m4,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- apr_hints.m4	2001/02/20 01:53:47	1.2
  +++ apr_hints.m4	2001/03/09 15:24:28	1.3
  @@ -105,7 +105,6 @@
   	;;
       *-hp-hpux11.*)
   	APR_ADDTO(CFLAGS, [-DHPUX11])
  -	APR_ADDTO(LIBS, [-lpthread])
   	APR_ADDTO(THREAD_CPPFLAGS, [-D_REENTRANT])
   	;;
       *-hp-hpux10.*)