You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ws...@apache.org on 2002/11/29 00:13:42 UTC

cvs commit: httpd-2.0 configure.in

wsanchez    2002/11/28 15:13:41

  Modified:    .        configure.in
  Log:
  Don't include apr_network.m4 and apr_threads.m4; we don't use them.
  
  Revision  Changes    Path
  1.233     +0 -2      httpd-2.0/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/configure.in,v
  retrieving revision 1.232
  retrieving revision 1.233
  diff -u -r1.232 -r1.233
  --- configure.in	14 Nov 2002 14:17:03 -0000	1.232
  +++ configure.in	28 Nov 2002 23:13:41 -0000	1.233
  @@ -14,8 +14,6 @@
   dnl # Include our own M4 macros along with those for APR and libtool
   dnl #
   sinclude(srclib/apr/build/apr_common.m4)
  -sinclude(srclib/apr/build/apr_network.m4)
  -sinclude(srclib/apr/build/apr_threads.m4)
   sinclude(srclib/apr/build/find_apr.m4)
   sinclude(srclib/apr-util/build/find_apu.m4)
   sinclude(acinclude.m4)