aboutsummaryrefslogtreecommitdiff
path: root/src/aclocal.m4
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2013-08-14 15:47:03 -0400
committerBen Kaduk <kaduk@mit.edu>2013-08-14 17:31:55 -0400
commite7b3a8cad4dcd6f52d094e81595aa4aee817e898 (patch)
treecca79f8df5b5e45c768fdac8848c9cf74219f0df /src/aclocal.m4
parent64ab5e5781a8668b55dad7d46c368e5a33e08012 (diff)
downloadkrb5-e7b3a8cad4dcd6f52d094e81595aa4aee817e898.zip
krb5-e7b3a8cad4dcd6f52d094e81595aa4aee817e898.tar.gz
krb5-e7b3a8cad4dcd6f52d094e81595aa4aee817e898.tar.bz2
Remove KRB5_DNS_LOOKUP_KDC
It has been unconditionally activated by all supported build systems for almost two years, and no complaints or issues have been reported. In particular, aclocal.m4 has had an unconditional AC_DEFINE() since 3d708e55 in 2003, and win-pre.in has unconditionally set KRB5_USE_DNS_KDC since 17ffebf7 in 2011. While here, simplify some other DNS conditionals in win-pre.in where only one branch was ever taken. ticket: 7691 (new)
Diffstat (limited to 'src/aclocal.m4')
-rw-r--r--src/aclocal.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 2ec02c2..210c473 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -1303,9 +1303,6 @@ dnl KRB5_AC_ENABLE_DNS
dnl
AC_DEFUN(KRB5_AC_ENABLE_DNS, [
enable_dns=yes
-enable_dns_for_kdc=yes
-AC_DEFINE(KRB5_DNS_LOOKUP_KDC,1,[Define to enable DNS lookups of Kerberos KDCs])
-
AC_ARG_ENABLE([dns-for-realm],
[ --enable-dns-for-realm enable DNS lookups of Kerberos realm names], ,
[enable_dns_for_realm=no])