A small patch is attached that corrects that and lets it build properly.
~Kyle -- I am always ready to learn although I do not always like to be taught. -- Winston Churchill
diff -r 9e569296190b configure.ac --- a/configure.ac Fri Sep 26 08:55:49 2008 +0200 +++ b/configure.ac Mon Sep 29 17:47:29 2008 -0500 @@ -851,7 +851,7 @@ db_found=yes], [CPPFLAGS="$OLDCPPFLAGS" LDFLAGS="$OLDLDFLAGS"])) - if test -n "$with_tokyocabinet" && test "$use_tokyocabinet" != yes + if test -n "$with_tokyocabinet" && test "$db_found" != yes then AC_MSG_ERROR([Tokyo Cabinet could not be used. Check config.log for details.]) fi @@ -883,7 +883,7 @@ [CPPFLAGS="$OLDCPPFLAGS" LDFLAGS="$OLDLDFLAGS"]) LIBS="$saved_LIBS" - if test -n "$with_qdbm" && test "$use_qdbm" != yes + if test -n "$with_qdbm" && test "$db_found" != yes then AC_MSG_ERROR([QDBM could not be used. Check config.log for details.]) fi
pgpCpN8DdIqNk.pgp
Description: PGP signature