Thanks!
kfogel@tigris.org writes:
> 
>   User: kfogel  
>   Date: 01/03/02 15:38:21
> 
>   Modified:    .        configure.in
>   Log:
>   (SVN_LIB_BERKELEY_DB): Look for the new (3.2.x) version of Berkeley DB
>   now.
>   
>   Revision  Changes    Path
>   1.67      +1 -1      subversion/configure.in
>   
>   Index: configure.in
>   ===================================================================
>   RCS file: /cvs/subversion/configure.in,v
>   retrieving revision 1.66
>   retrieving revision 1.67
>   diff -u -r1.66 -r1.67
>   --- configure.in	2001/02/24 09:09:32	1.66
>   +++ configure.in	2001/03/02 23:38:20	1.67
>   @@ -118,7 +118,7 @@
>    
>    # Build the filesystem library (and repository administration tool)
>    # only if we have an appropriate version of Berkeley DB.
>   -SVN_LIB_BERKELEY_DB(3, 1, 14)
>   +SVN_LIB_BERKELEY_DB(3, 2, 9)
>    if test "$svn_lib_berkeley_db" = "yes"; then
>      FS_BASED_DIRS="libsvn_fs libsvn_ra_local svnadmin"
>      FS_BASED_TESTS="libsvn_fs libsvn_ra_local"
>   
>   
>   
>
Received on Sat Oct 21 14:36:25 2006