From: serassio <> Date: Mon, 5 Jun 2006 02:06:28 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE4~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb4a1cf77c405580e4cefd05a93714f8eb930ff2;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index a615b97213..3a5c02eeec 100755 --- 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