bug-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2.0.1 configure fails on FreeBSD, patch included


From: Michael Beattie
Subject: Re: 2.0.1 configure fails on FreeBSD, patch included
Date: Wed, 24 Apr 2002 12:27:45 +1200
User-agent: Mutt/1.3.28i

On Wed, Apr 24, 2002 at 11:36:13AM +1200, Michael Beattie wrote:
> +    if (DB_VERSION_MAJOR <= 3)
> +        if (DB_VERSION_MINOR < 2)

BAD BAD karma. that should be:

if (DB_VERSION_MAJOR < 3 || (DB_VERSION_MAJOR == 3 && DB_VERSION_MINOR < 2))
    
Mike.
-- 
Michael Beattie <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]