]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix external acl helper selection again
authorhno <>
Thu, 29 Dec 2005 09:48:23 +0000 (09:48 +0000)
committerhno <>
Thu, 29 Dec 2005 09:48:23 +0000 (09:48 +0000)
configure.in

index 16595e4729894a57e7b1b3eb97500fe8e0d6a0c9..499f2960feb8339e2f2b055666b0ac22f1f2a156 100644 (file)
@@ -3,7 +3,7 @@ dnl  Configuration input file for Squid
 dnl
 dnl  Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
 dnl
-dnl  $Id: configure.in,v 1.395 2005/12/29 02:41:28 hno Exp $
+dnl  $Id: configure.in,v 1.396 2005/12/29 02:48:23 hno Exp $
 dnl
 dnl
 dnl
@@ -13,7 +13,7 @@ AC_CONFIG_SRCDIR([src/main.cc])
 AC_CONFIG_AUX_DIR(cfgaux)
 AM_INIT_AUTOMAKE(squid, 3.0-PRE3-CVS)
 AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.395 $)dnl
+AC_REVISION($Revision: 1.396 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AM_MAINTAINER_MODE
 
@@ -1504,6 +1504,7 @@ AC_ARG_ENABLE(external-acl-helpers,
   esac
 ])
 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