summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8f5bcfac..a13a12f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1082,6 +1082,7 @@ if test "x$alpine_GSSTYPE" != "xnone" ; then
AC_SEARCH_LIBS(gss_init_sec_context,gss gssapi gssapi_krb5,
[
dnl MIT-based?
+ LIBS="$LIBS -lkrb5"
AC_CHECK_HEADER([gssapi/gssapi_generic.h],,
[
if test ! -d /usr/kerberos/include ; then