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

Re: [PATCH] db-configure-fixes.patch

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-12-11 07:50:06 CET

Brandon Ehle wrote:

> * configure.in:
> Search common vendor directories for instances of DB-4.1 & DB-4.0.
>
> Index: configure.in
> ===================================================================
> --- configure.in (revision 4084)
> +++ configure.in (working copy)
> @@ -175,7 +175,7 @@
> SVN_FS_WANT_DB_PATCH=14
> # Look for libdb4.so first:
> SVN_LIB_BERKELEY_DB($SVN_FS_WANT_DB_MAJOR, $SVN_FS_WANT_DB_MINOR,
> - $SVN_FS_WANT_DB_PATCH, [db4 db])
> + $SVN_FS_WANT_DB_PATCH, [db-4.1 db41 db-4.0 db4 db])
>
>
> # Only add *_APACHE_RULE if we also have db, since mod_dav_svn depends
> on it.

Didn't we have a patch like this before? IIRC I was against it because
we do not yet fully support DB-4.1. One of the reasons is that no
officially released httpd-2.0 contains an APR that's compatible with DB-4.1.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 11 07:50:43 2002

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.