From: Andrei Pavel Date: Mon, 28 Jun 2021 11:56:43 +0000 (+0300) Subject: [#1947] 1.9.9 release: mention --with-gssapi X-Git-Tag: Kea-1.9.9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d3e22be31ca014312f4642fab9eb8f36acf9155;p=thirdparty%2Fkea.git [#1947] 1.9.9 release: mention --with-gssapi in build requirements --- 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"]) #