isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 7fe9fb7ef065b9d31bb54718feb1df11126ecef2
parent e1d0ea8a185ed28ccdac43816b77ff30f33d6a6d
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Thu, 15 Jan 2004 02:23:23 +0000

remove useless define and more verbose error message.

Diffstat:
Mconfigure.in | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.in b/configure.in @@ -39,9 +39,9 @@ AC_CACHE_CHECK(for db_create in -ldb, ac_cv_db_db_create, [db_create();],[ac_cv_db_db_create=yes])]) if test $ac_cv_db_db_create=yes; then LIBS="$LIBS -ldb" - AC_DEFINE(HAVE_LIBDB, 1, [Define if you have libdb]) else - AC_MSG_ERROR([Berkley DB not found, you must install libdb]) + AC_MSG_ERROR([Berkley DB not found. +You must install libdb including the respective development files/headers.]) fi AC_OUTPUT(Makefile src/Makefile isync.spec)