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/12/05 06:28:17 UTC

cvs commit: httpd-2.0 configure.in

rbb         00/12/04 21:28:17

  Modified:    .        configure.in
  Log:
  Build apr-util correctly when building the rest of the server.
  
  Revision  Changes    Path
  1.101     +1 -1      httpd-2.0/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/configure.in,v
  retrieving revision 1.100
  retrieving revision 1.101
  diff -u -r1.100 -r1.101
  --- configure.in	2000/12/05 04:30:54	1.100
  +++ configure.in	2000/12/05 05:28:16	1.101
  @@ -128,7 +128,7 @@
   APACHE_ENABLE_MODULES
   APACHE_ENABLE_SHARED
   
  -INCLUDES="-I\$(top_srcdir)/include -I\$(top_srcdir)/srclib/apr/include"
  +INCLUDES="-I\$(top_srcdir)/include -I\$(top_srcdir)/srclib/apr/include -I\$(top_srcdir)/srclib/apr-util/include"
   if test -n "$USE_VPATH"; then
     INCLUDES="$INCLUDES -I\$(top_builddir)/include -I\$(top_builddir)/srclib/apr/include"
   fi