summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2021-06-28 14:56:43 +0300
committerAndrei Pavel <andrei@isc.org>2021-06-28 14:56:43 +0300
commit6d3e22be31ca014312f4642fab9eb8f36acf9155 (patch)
treee7205c6965d3ef0fac9c4cd3ff0a57d279528010
parent0bf61f470721d1fdf81b8d79506861b17b3c58c8 (diff)
[#1947] 1.9.9 release: mention --with-gssapiKea-1.9.9
in build requirements
-rw-r--r--doc/sphinx/arm/install.rst2
-rw-r--r--m4macros/ax_gssapi.m44
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/sphinx/arm/install.rst b/doc/sphinx/arm/install.rst
index 478bd26be2..a3554c5f0e 100644
--- a/doc/sphinx/arm/install.rst
+++ b/doc/sphinx/arm/install.rst
@@ -121,6 +121,8 @@ the system:
If LaTeX packages are missing, Kea will skip PDF generation and will produce
only HTML documents.
+- The Kerberos 5 libraries, when using the --with-gssapi configuration flag.
+
Visit ISC's Knowledgebase at https://kb.isc.org/docs/installing-kea for
system-specific installation tips.
diff --git a/m4macros/ax_gssapi.m4 b/m4macros/ax_gssapi.m4
index 946039c44c..62fb3efd66 100644
--- a/m4macros/ax_gssapi.m4
+++ b/m4macros/ax_gssapi.m4
@@ -3,8 +3,8 @@ AC_DEFUN([AX_GSS_API], [
gssapi_path=""
AC_ARG_WITH([gssapi],
- [AS_HELP_STRING([--with-gssapi=PATH],
- [specify a path to krb5-config file])],
+ [AS_HELP_STRING([--with-gssapi[=PATH]],
+ [optionally specify the path to a krb5-config file])],
[gssapi_path="$withval"; enable_gssapi="yes"])
#