You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/07/25 21:53:28 UTC

cvs commit: apache-2.0/src/lib/apr APRVARS.in

rbb         00/07/25 12:53:28

  Modified:    src/lib/apr APRVARS.in
  Log:
  Change APRVARS.in to output EXTRA_LIBS instead of LIBS.  Apache doesn't
  include LIBS in its build process.  But it does include EXTRA_LIBS.
  
  Revision  Changes    Path
  1.2       +1 -1      apache-2.0/src/lib/apr/APRVARS.in
  
  Index: APRVARS.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/APRVARS.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- APRVARS.in	2000/06/28 15:12:43	1.1
  +++ APRVARS.in	2000/07/25 19:53:28	1.2
  @@ -1 +1 @@
  -LIBS="@LIBS@"
  +EXTRA_LIBS="@LIBS@"