dnl User may specify MIT Kerberos is needed from a non-standard location
AC_ARG_WITH(mit-krb5,
- AS_HELP_STRING([--with-mit-krb5=PATH],
- [Compile with the MIT Kerberos libraries. The path to
- the MIT Kerberos development libraries and headers
- installation can be specified if outside of the
- system standard directories]), [
+ AS_HELP_STRING([--without-mit-krb5],
+ [Compile without MIT Kerberos support.]), [
case "$with_mit_krb5" in
yes|no)
: # Nothing special to do here
dnl User may specify Heimdal Kerberos is needed from a non-standard location
AC_ARG_WITH(heimdal-krb5,
- AS_HELP_STRING([--with-heimdal-krb5=PATH],
- [Compile with the Heimdal Kerberos libraries. The path to
- the Heimdal Kerberos development libraries and headers
- installation can be specified if outside of the
- system standard directories]), [
+ AS_HELP_STRING([--without-heimdal-krb5],
+ [Compile without Heimdal Kerberos support.]), [
case "$with_heimdal_krb5" in
yes|no)
: # Nothing special to do here
dnl User may specify GNU gss is needed from a non-standard location
AC_ARG_WITH(gnugss,
- AS_HELP_STRING([--with-gnugss=PATH],
- [Compile with the GNU gss libraries. The path to
- the GNU gss development libraries and headers
- installation can be specified if outside of the
- system standard directories]), [
+ AS_HELP_STRING([--without-gnugss],
+ [Compile without the GNU gss libraries.]), [
case "$with_gnugss" in
yes|no)
: # Nothing special to do here
Use of this library is auto-enabled if v3.1.5 or later is available.
<p>It is currently only used by the squidclient tool.
+ <tag>--without-mit-krb5</tag>
+ <p>New option to explicitly disable use of MIT Kerberos library.
+ Default is to auto-detect and use if possible.
+ <p>Only one Kerberos library may be built against.
+
+ <tag>--without-heimdal-krb5</tag>
+ <p>New option to explicitly disable use of Hiemdal Kerberos library.
+ Default is to auto-detect and use if possible.
+ <p>Only one Kerberos library may be built against.
+
+ <tag>--without-gnugss</tag>
+ <p>New option to explicitly disable use of GNU GSSAPI library for Kerberos.
+ Default is to auto-detect and use if possible.
+ <p>Only one Kerberos library may be built against.
+
</descrip>
<sect1>Changes to existing options<label id="modifiedoptions">
<p>The COSS cache type has been removed.
It has been replaced by <em>rock</em> cache type.
+ <tag>--with-krb5-config</tag>
+ <p>Removed. The Kerberos library is auto-detected now.
+ <p>Use <em>--with/--without-mit-krb5</em>, <em>--with/--without-heimdal-krb5</em>, or
+ <em>--with/--without-gnugss</em> options for specific library selection if necesary.
+
</descrip>