if test -f $dir/config.test && sh $dir/config.test "$@"; then
NEGOTIATE_AUTH_HELPERS="$NEGOTIATE_AUTH_HELPERS $helper"
fi
+ # Kerberos helper has its own configure system
+ if test "$dir" = "$srcdir/helpers/negotiate_auth/squid_kerb_auth" ; then
+ NEGOTIATE_AUTH_HELPERS="$NEGOTIATE_AUTH_HELPERS $helper"
+ AC_CONFIG_SUBDIRS(helpers/negotiate_auth/squid_kerb_auth)
+ fi
done
fi
if test -n "$NEGOTIATE_AUTH_HELPERS"; then
# must configure libltdl subdir unconditionally for "make distcheck" to work
AC_CONFIG_SUBDIRS(lib/libLtdl)
-# Kerberos Helper has its own auto-tools system
-AC_CONFIG_SUBDIRS(helpers/negotiate_auth/squid_kerb_auth)
-
AC_OUTPUT