]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Thu, 27 Apr 2006 06:10:59 +0000 (06:10 +0000)
committerhno <>
Thu, 27 Apr 2006 06:10:59 +0000 (06:10 +0000)
configure

index e16e748e73141b5b649d2969b858156ca703695b..d370eafda517a8450502b92405eb6f6e2bbafb9a 100755 (executable)
--- 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