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

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