From: hno <> Date: Thu, 27 Apr 2006 06:10:59 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE4~222 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d93c666914ed4659a37251ddc54bd9f27dc620c7;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index e16e748e73..d370eafda5 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.405 . +# From configure.in Revision: 1.406 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for squid 3.0-PRE3-CVS. # @@ -20278,7 +20278,7 @@ for fs in $STORE_MODULES none; do ;; coss) NEED_AIO="true" - STORE_TESTS="$STORE_TESTS tests/testCoss$EXEEXT" + STORE_TESTS="$STORE_TESTS tests/testCoss$EXEEXT" ;; null) STORE_TESTS="$STORE_TESTS tests/testNull$EXEEXT" @@ -20302,12 +20302,12 @@ for fs in $STORE_MODULES; do done if test -z "$UFS_FOUND" && test -n "$NEED_UFS"; then - echo "adding UFS, as it contains core logic for diskd and aufs" - STORE_OBJS="$STORE_OBJS fs/libufs.a" - STORE_LIBS="$STORE_LIBS libufs.a" - STORE_MODULES="$STORE_MODULES ufs" - STORE_LINKOBJS="$STORE_LINKOBJS fs/ufs/StoreFSufs.o" - STORE_TESTS="$STORE_TESTS tests/testUfs$EXEEXT" + echo "adding UFS, as it contains core logic for diskd and aufs" + STORE_OBJS="$STORE_OBJS fs/libufs.a" + STORE_LIBS="$STORE_LIBS libufs.a" + STORE_MODULES="$STORE_MODULES ufs" + STORE_LINKOBJS="$STORE_LINKOBJS fs/ufs/StoreFSufs.o" + STORE_TESTS="$STORE_TESTS tests/testUfs$EXEEXT" fi