Broken configure...
From: Petter Skott <lps_at_dc.luth.se>
Date: 2001-11-26 15:58:31 CET
I believe that i've found a problem with configure
#include <stdio.h>
db_version (&major, &minor, &patch);
if (major < $svn_check_berkeley_db_major)
if (minor < $svn_check_berkeley_db_minor)
if (patch >= $svn_check_berkeley_db_patch)
Consider the fact that the required version of BerkeleyDB is 3.3.11 (major
#include <stdio.h>
db_version (&major, &minor, &patch);
if (major < $svn_check_berkeley_db_major)
if (minor < $svn_check_berkeley_db_minor)
if (patch >= $svn_check_berkeley_db_patch)
Or to be fully correct:
#include <stdio.h>
---------------------------------------------------------------------
|
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.