]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorserassio <>
Mon, 5 Jun 2006 02:06:28 +0000 (02:06 +0000)
committerserassio <>
Mon, 5 Jun 2006 02:06:28 +0000 (02:06 +0000)
configure

index a615b97213ed5fedd71c9cc9f70a2a5c58f0fccd..3a5c02eeec32a787b5863f198b3c613539fca5e3 100755 (executable)
--- a/configure
+++ b/configure
@@ -21484,6 +21484,8 @@ if test -n "$AUTH_MODULES"; then
     echo "Auth scheme modules built: $AUTH_MODULES"
     AUTH_OBJS="auth/lib`echo $AUTH_MODULES|sed -e 's% %.a auth/lib%g'`.a"
     AUTH_LIBS="`echo $AUTH_OBJS|sed -e 's%auth/%%g'`"
+else
+    echo "Auth scheme modules built: None"
 fi
 AUTH_LINKOBJS=
 for module in $AUTH_MODULES; do