From 0e9fde575188c6f0cd3e49eb43a6458d69cafa3d Mon Sep 17 00:00:00 2001 From: kouril Date: Fri, 28 Nov 2003 22:45:57 +0000 Subject: [PATCH] gssapi lib added to the `openbsd part' --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 1a02ae8..e09b685 100644 --- a/configure.in +++ b/configure.in @@ -51,7 +51,7 @@ if test "x$with_krb5" != "xno" ; then # OpenBSD uses Heimdal, so add openbsd-specific configuration # libs for Heimdal KRB5_CPPFLAGS="-I$with_krb5/include" - KRB5_LDFLAGS="-L$with_krb5/lib -lkrb5 -lasn1 -ldes -lcrypt" + KRB5_LDFLAGS="-L$with_krb5/lib -lgssapi -lkrb5 -lasn1 -ldes -lcrypt" krb5_config_command="" fi fi -- 2.1.4