You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2004/09/02 19:29:13 UTC

cvs commit: httpd-2.0 configure.in

jorton      2004/09/02 10:29:13

  Modified:    .        configure.in
  Log:
  * configure.in: Only build against APR 1.x.
  
  Revision  Changes    Path
  1.267     +2 -2      httpd-2.0/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/configure.in,v
  retrieving revision 1.266
  retrieving revision 1.267
  diff -d -w -u -r1.266 -r1.267
  --- configure.in	13 Aug 2004 12:35:47 -0000	1.266
  +++ configure.in	2 Sep 2004 17:29:13 -0000	1.267
  @@ -61,7 +61,7 @@
   
   echo $ac_n "${nl}Configuring Apache Portable Runtime library ...${nl}"
   
  -APR_FIND_APR("$srcdir/srclib/apr", "./srclib/apr", 1)
  +APR_FIND_APR("$srcdir/srclib/apr", "./srclib/apr", 1, 1)
   
   if test "$apr_found" = "no"; then
     AC_MSG_ERROR([APR not found.  Please read the documentation.])
  @@ -89,7 +89,7 @@
   
   echo $ac_n "${nl}Configuring Apache Portable Runtime Utility library...${nl}"
   
  -APR_FIND_APU("$srcdir/srclib/apr-util", "./srclib/apr-util", 1)
  +APR_FIND_APU("$srcdir/srclib/apr-util", "./srclib/apr-util", 1, 1)
   
   if test "$apu_found" = "no"; then
     AC_MSG_ERROR([APR-util not found.  Please read the documentation.])