]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Thu, 29 Dec 2005 09:49:00 +0000 (09:49 +0000)
committerhno <>
Thu, 29 Dec 2005 09:49:00 +0000 (09:49 +0000)
configure

index 790fd585b502f02b3f0fa9fb9edf7b28acf64416..cfe6ccf6f204e077c4e33da8d61b0f0fbc9ed576 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.395 .
+# From configure.in Revision: 1.396 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -22354,6 +22354,7 @@ if test "${enable_external_acl_helpers+set}" = set; then
 
 fi;
 if test "$EXTERNAL_ACL_HELPERS" = "all" ; then
+       EXTERNAL_ACL_HELPERS=""
        for dir in $srcdir/helpers/external_acl/*; do
            helper="`basename $dir`"
            if test -f $dir/config.test && sh $dir/config.test "$@"; then