From 7e17bd1bc367e4a820f45e27bf8ab313aef4aca1 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 3 Oct 2008 15:57:19 +1300 Subject: [PATCH] Link new helper into Squid autotools chain --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 3e8e08315a..162dd23042 100755 --- a/configure.in +++ b/configure.in @@ -3757,7 +3757,6 @@ AC_CONFIG_FILES([\ helpers/ntlm_auth/mswin_sspi/Makefile \ helpers/negotiate_auth/Makefile \ helpers/negotiate_auth/mswin_sspi/Makefile \ - helpers/negotiate_auth/squid_kerb_auth/Makefile \ helpers/external_acl/Makefile \ helpers/external_acl/ip_user/Makefile \ helpers/external_acl/ldap_group/Makefile \ @@ -3774,5 +3773,7 @@ AC_CONFIG_SUBDIRS(lib/libTrie) # 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 -- 2.47.3