Logged In: NO

Here is a patch that resolves this issue:

src.Makefile.in.patch
--
--- src/Makefile.in 2004-03-02 00:01:40.000000000 -0500
+++ src/Makefile.in.new 2006-03-11 11:31:16.000000000 -0500
@@ -359,7 +359,7 @@
@echo ""
@echo " Please read the documentation at "
@echo "
http://mod-auth.sourceforge.net/docs/mod_authn_dbi"
- @echo " for details on configuration of this module "
+ @echo " for details on configuration of this module "
@echo ""
@echo "***********************************************"
@echo ""
--

cd mod_authn_dbi-0.9.0/src
patch < src.Makefile.in.patch

enjoy!