[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: CVS update: subversion configure.in

From: Jim Blandy <jimb_at_zwingli.cygnus.com>
Date: 2001-03-03 00:52:51 CET

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.