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

index a843d8354ce85e0f7ec77f29983c17f501848b69..7689680b7cb1fda5159f8e35227d9ef741432e9d 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.392 .
+# From configure.in Revision: 1.393 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -22158,7 +22158,7 @@ if test "${enable_basic_auth_helpers+set}" = set; then
   yes)
        for dir in $srcdir/helpers/basic_auth/*; do
            helper="`basename $dir`"
-           if test -d "$dir" && test "$helper" != CVS; then
+           if test -f $dir/config.test && sh $dir/config.test "$@"; then
                BASIC_AUTH_HELPERS="$BASIC_AUTH_HELPERS $helper"
            fi
        done
@@ -22196,7 +22196,7 @@ if test "${enable_ntlm_auth_helpers+set}" = set; then
   yes)
        for dir in $srcdir/helpers/ntlm_auth/*; do
            helper="`basename $dir`"
-           if test -d "$dir" && test "$helper" != CVS; then
+           if test -f $dir/config.test && sh $dir/config.test "$@"; then
                NTLM_AUTH_HELPERS="$NTLM_AUTH_HELPERS $helper"
            fi
        done
@@ -22230,7 +22230,7 @@ if test "${enable_negotiate_auth_helpers+set}" = set; then
   yes)
        for dir in $srcdir/helpers/negotiate_auth/*; do
            helper="`basename $dir`"
-           if test -d "$dir" && test "$helper" != CVS; then
+           if test -f $dir/config.test && sh $dir/config.test "$@";  then
                NEGOTIATE_AUTH_HELPERS="$NEGOTIATE_AUTH_HELPERS $helper"
            fi
        done
@@ -22264,7 +22264,7 @@ if test "${enable_digest_auth_helpers+set}" = set; then
   yes)
        for dir in $srcdir/helpers/digest_auth/*; do
            helper="`basename $dir`"
-           if test -d "$dir" && test "$helper" != CVS; then
+           if test -f $dir/config.test && sh $dir/config.test "$@"; then
                DIGEST_AUTH_HELPERS="$DIGEST_AUTH_HELPERS $helper"
            fi
        done
@@ -22311,7 +22311,7 @@ if test "${enable_external_acl_helpers+set}" = set; then
   yes)
        for dir in $srcdir/helpers/external_acl/*; do
            helper="`basename $dir`"
-           if test -d "$dir" && test "$helper" != CVS; then
+           if test -f $dir/config.test && sh $dir/config.test "$@"; then
                EXTERNAL_ACL_HELPERS="$EXTERNAL_ACL_HELPERS $helper"
            fi
        done