From bb4a1cf77c405580e4cefd05a93714f8eb930ff2 Mon Sep 17 00:00:00 2001 From: serassio <> Date: Mon, 5 Jun 2006 02:06:28 +0000 Subject: [PATCH] Bootstrapped --- configure | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2