You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by je...@apache.org on 2002/03/09 21:20:22 UTC

cvs commit: httpd-test/flood configure.in

jerenkrantz    02/03/09 12:20:22

  Modified:    flood    configure.in
  Log:
  Axe stale comments.
  
  Revision  Changes    Path
  1.20      +0 -2      httpd-test/flood/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/configure.in,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- configure.in	9 Mar 2002 19:34:44 -0000	1.19
  +++ configure.in	9 Mar 2002 20:20:22 -0000	1.20
  @@ -100,7 +100,6 @@
   fi
   
   if test "$apr_found" = "reconfig"; then
  -  dnl Comment out for now!
     AC_CONFIG_SUBDIRS([apr])
     FLOOD_SUBDIRS="$FLOOD_SUBDIRS apr"   
   fi
  @@ -117,7 +116,6 @@
     AC_MSG_ERROR([APR-util not found.  Please read the documentation.])
   fi
   if test "$apu_found" = "reconfig"; then
  -  dnl Comment out for now!
     AC_CONFIG_SUBDIRS([apr-util])
     FLOOD_SUBDIRS="$FLOOD_SUBDIRS apr-util"
   fi