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

Re: Broken configure...

From: Petter Skott <lps_at_dc.luth.se>
Date: 2001-11-26 16:59:26 CET

Yes the original code should work, it apears that i did not read it as
carefully as i should.
And yes my suggestions are broken beyond belief...
 
Well inuf said about this, especially as i've already made an as of
myself :)

/Petter

On Mon, 26 Nov 2001, Tim Waugh wrote:

> On Mon, Nov 26, 2001 at 03:58:31PM +0100, Petter Skott wrote:
>
> > Consider the fact that the required version of BerkeleyDB is 3.3.11 (major
> > =3, minor = 3, patch = 11) which is also the latest version, the code
> > should be:
> >
> > #include <stdio.h>
> > #include "db.h"
> > main ()
> > {
> > int major, minor, patch;
> >
> > db_version (&major, &minor, &patch);
> >
> > if (major < $svn_check_berkeley_db_major)
> > exit (1);
> > if (major >=B $svn_check_berkeley_db_major)
> > exit (0);
>
> But that means that (for example) 3.0.0 will be accepted. Surely the
> original is correct?
>
> Tim.
> */
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:49 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.