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.
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"])
#