From 16ddbb4deb92f315d16bc619c3251c4b003dc297 Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Thu, 29 Nov 2007 10:18:54 +0100 Subject: [PATCH] Fix hcache build issue when building with gdbm if qdbm is installed, too --- ChangeLog | 9 +++++++++ hcache.c | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ea1157053..20cb89960 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-11-21 13:19 +0100 Miroslav Lichvar (9286a76e79a2) + + * send.c: Don't ignore $from in batch send mode. + +2007-11-23 15:11 +0100 Rocco Rutte (12a1d843c975) + + * ChangeLog, curs_lib.c: Don't attempt to print progress if inc is 0, + just print initial message + 2007-11-21 14:14 -0800 Ronny Haryanto (0e99eaaecd67) * po/id.po: Updated Indonesian translation diff --git a/hcache.c b/hcache.c index c45dff94f..553f0df13 100644 --- a/hcache.c +++ b/hcache.c @@ -22,7 +22,7 @@ #include "config.h" #endif /* HAVE_CONFIG_H */ -#if HAVE_VILLA_H +#if HAVE_QDBM #include #include #include -- 2.40.0