summaryrefslogtreecommitdiffstats
path: root/src/conf_macros.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf_macros.m4')
-rw-r--r--src/conf_macros.m414
1 files changed, 14 insertions, 0 deletions
diff --git a/src/conf_macros.m4 b/src/conf_macros.m4
index 2e98b84c..a1da7530 100644
--- a/src/conf_macros.m4
+++ b/src/conf_macros.m4
@@ -277,6 +277,20 @@ AC_DEFUN([WITH_DEFAULT_CCNAME_TEMPLATE],
AC_DEFINE_UNQUOTED(DEFAULT_CCNAME_TEMPLATE, "$config_def_ccname_template", [The default value of krb5_ccname_template])
])
+AC_DEFUN([WITH_KRB5AUTHDATA_PLUGIN_PATH],
+ [ AC_ARG_WITH([krb5authdata-plugin-path],
+ [AC_HELP_STRING([--with-krb5authdata-plugin-path=PATH],
+ [Path to kerberos authdata plugin store [/usr/lib/krb5/plugins/authdata]]
+ )
+ ]
+ )
+ krb5authdatapluginpath="${libdir}/krb5/plugins/authdata"
+ if test x"$with_krb5authdata_plugin_path" != x; then
+ krb5authdatapluginpath=$with_krb5authdata_plugin_path
+ fi
+ AC_SUBST(krb5authdatapluginpath)
+ ])
+
AC_DEFUN([WITH_PYTHON_BINDINGS],
[ AC_ARG_WITH([python-bindings],
[AC_HELP_STRING([--with-python-bindings],