From: kouril Date: Fri, 28 Nov 2003 22:45:57 +0000 (+0000) Subject: gssapi lib added to the `openbsd part' X-Git-Tag: v5.0-rc4~24 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=0e9fde575188c6f0cd3e49eb43a6458d69cafa3d;p=mod_auth_kerb.cvs%2F.git gssapi lib added to the `openbsd part' --- 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