gssapi lib added to the `openbsd part'
authorkouril <kouril>
Fri, 28 Nov 2003 22:45:57 +0000 (22:45 +0000)
committerkouril <kouril>
Fri, 28 Nov 2003 22:45:57 +0000 (22:45 +0000)
configure.in

index 1a02ae8..e09b685 100644 (file)
@@ -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