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

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