Branko ÄŒibej wrote:
> Russell Yanofsky wrote:
>> Assuming you're talking about rev 7560, wouldn't reverting these
>> changes:
>>
>> -#include <db.h> /* Berkeley DB interface */
>> +#define APU_WANT_DB
>> +#include <apu_want.h>
>>
>> fix the problem and be more correct? APU_WANT_* appears to be a
>> mechanism for including optional functionality that might not be
>> available. But to the fs library, BDB isn't optional functionality.
>> The filesystem library should include db.h or die trying.
>>
>>
> No, it wouldn't be right. On Unix, apr-util's configury knows how to
> find BDB, and Subversion now uses whatever apr-util finds. That's
> goodness.
You're not making any sense. Replacing the APU_WANT_DB statements with
#include statements in the FS library has absolutely nothing to do with
finding bdb.
AFAICT, this would fix the problem and break nothing. What am I missing?
- Russ
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 31 15:45:00 2003