2020-11-20 16:43:18 +00:00
|
|
|
From 29f58a8059cb73ca586514b57458b2b17e091f36 Mon Sep 17 00:00:00 2001
|
2016-09-19 23:49:29 +00:00
|
|
|
From: Robbie Harwood <rharwood@redhat.com>
|
|
|
|
Date: Tue, 23 Aug 2016 16:46:21 -0400
|
2020-01-31 20:31:53 +00:00
|
|
|
Subject: [PATCH] [downstream] netlib and dns
|
2016-09-19 23:49:29 +00:00
|
|
|
|
2004-09-09 07:16:33 +00:00
|
|
|
We want to be able to use --with-netlib and --enable-dns at the same time.
|
2020-01-31 20:31:53 +00:00
|
|
|
|
|
|
|
Last-updated: krb5-1.3.1
|
2016-09-19 23:49:29 +00:00
|
|
|
---
|
|
|
|
src/aclocal.m4 | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
diff --git a/src/aclocal.m4 b/src/aclocal.m4
|
2020-11-18 18:16:20 +00:00
|
|
|
index 398eca7e4..7ef2db56b 100644
|
2016-09-19 23:49:29 +00:00
|
|
|
--- a/src/aclocal.m4
|
|
|
|
+++ b/src/aclocal.m4
|
2020-11-18 18:16:20 +00:00
|
|
|
@@ -720,6 +720,7 @@ AC_HELP_STRING([--with-netlib=LIBS], use user defined resolver library),
|
2004-09-09 07:16:33 +00:00
|
|
|
LIBS="$LIBS $withval"
|
|
|
|
AC_MSG_RESULT("netlib will use \'$withval\'")
|
|
|
|
fi
|
|
|
|
+ KRB5_AC_ENABLE_DNS
|
|
|
|
],dnl
|
|
|
|
[AC_LIBRARY_NET]
|
|
|
|
)])dnl
|