[Mod-auth-commit] mod_authn_dbi configure.in,1.6,1.7
Brought to you by:
firechipmunk,
honx
From: <fir...@us...> - 2004-02-26 07:18:09
|
Update of /cvsroot/mod-auth/mod_authn_dbi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18994 Modified Files: configure.in Log Message: updated URL and removed Sed Warning (I can't break it with the new autogen stuff.) Index: configure.in =================================================================== RCS file: /cvsroot/mod-auth/mod_authn_dbi/configure.in,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- configure.in 8 Feb 2004 22:41:12 -0000 1.6 +++ configure.in 26 Feb 2004 07:02:35 -0000 1.7 @@ -185,11 +185,6 @@ echo "" echo " * Apache modules directory = $LIBEXECDIR" echo " * libdbi include directory = $DBI_INCLUDES" -echo " * libdbi libs = $DBI_LIB" +echo " * libdbi libs directory = $DBI_LIB" echo "" echo "---" - -echo "****" -echo " If you have problems with libtool try this:" -echo " export SED=sed" -echo "****" |