Blame SOURCES/downstream-netlib-and-dns.patch

cb4cef
From ad123366e5fb2694cf6d9f4f292a001a761b78fa Mon Sep 17 00:00:00 2001
cb4cef
From: Robbie Harwood <rharwood@redhat.com>
cb4cef
Date: Tue, 23 Aug 2016 16:46:21 -0400
cb4cef
Subject: [PATCH] [downstream] netlib and dns
cb4cef
cb4cef
We want to be able to use --with-netlib and --enable-dns at the same time.
cb4cef
cb4cef
Last-updated: krb5-1.3.1
cb4cef
---
cb4cef
 src/aclocal.m4 | 1 +
cb4cef
 1 file changed, 1 insertion(+)
cb4cef
cb4cef
diff --git a/src/aclocal.m4 b/src/aclocal.m4
cb4cef
index 5afb96e58..4a4d460e3 100644
cb4cef
--- a/src/aclocal.m4
cb4cef
+++ b/src/aclocal.m4
cb4cef
@@ -718,6 +718,7 @@ AC_HELP_STRING([--with-netlib=LIBS], use user defined resolver library),
cb4cef
 	LIBS="$LIBS $withval"
cb4cef
 	AC_MSG_RESULT("netlib will use \'$withval\'")
cb4cef
   fi
cb4cef
+  KRB5_AC_ENABLE_DNS
cb4cef
 ],dnl
cb4cef
 [AC_LIBRARY_NET]
cb4cef
 )])dnl