brane       2002/06/09 11:50:48

  Modified:    .        configure.in
  Log:
  Added support for building the tests when $objdir != $srcdir.
  
  Revision  Changes    Path
  1.451     +1 -1      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.450
  retrieving revision 1.451
  diff -u -r1.450 -r1.451
  --- configure.in      28 May 2002 23:15:10 -0000      1.450
  +++ configure.in      9 Jun 2002 18:50:47 -0000       1.451
  @@ -1763,7 +1763,7 @@
       fi
   done
   
  -if test -d ./test; then
  +if test -d $srcdir/test; then
       MAKEFILE3="test/Makefile"
   fi
   AC_SUBST(SUBDIRS)
  
  
  

Reply via email to