14f0285
From 95b7e75522dd905eea23e853f062d89749a17799 Mon Sep 17 00:00:00 2001
14f0285
From: Robbie Harwood <rharwood@redhat.com>
14f0285
Date: Tue, 23 Aug 2016 16:46:21 -0400
32ef372
Subject: [PATCH] krb5-1.3.1-dns.patch
14f0285
cvsdist dc2fe09
We want to be able to use --with-netlib and --enable-dns at the same time.
14f0285
---
14f0285
 src/aclocal.m4 | 1 +
14f0285
 1 file changed, 1 insertion(+)
14f0285
14f0285
diff --git a/src/aclocal.m4 b/src/aclocal.m4
14f0285
index 311f099..ed343c5 100644
14f0285
--- a/src/aclocal.m4
14f0285
+++ b/src/aclocal.m4
14f0285
@@ -701,6 +701,7 @@ AC_HELP_STRING([--with-netlib=LIBS], use user defined resolver library),
cvsdist dc2fe09
 	LIBS="$LIBS $withval"
cvsdist dc2fe09
 	AC_MSG_RESULT("netlib will use \'$withval\'")
cvsdist dc2fe09
   fi
cvsdist dc2fe09
+  KRB5_AC_ENABLE_DNS
cvsdist dc2fe09
 ],dnl
cvsdist dc2fe09
 [AC_LIBRARY_NET]
cvsdist dc2fe09
 )])dnl
14f0285
-- 
14f0285
2.9.3
14f0285