]> git.sur5r.net Git - openldap/commitdiff
Booker says Krb5 requires "-lkrb4 -lkrb5 -ldes425 -lcrypto -lcom_err"
authorKurt Zeilenga <kurt@openldap.org>
Wed, 17 Nov 1999 02:26:55 +0000 (02:26 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 17 Nov 1999 02:26:55 +0000 (02:26 +0000)
configure.in

index ad6f0ad50332918f7bf24dd2e3d84111d9596e88..34473f51525997153b605d05ef390d06a5c6e8d1 100644 (file)
@@ -826,13 +826,13 @@ if test $ol_with_kerberos = auto -o $ol_with_kerberos = k5 ; then
 
        if test $ac_cv_header_kerberosIV_krb_h = yes ; then
                AC_CHECK_LIB(krb4, main, [have_k5=yes], [have_k5=no],
-                       [-lkrb5 -ldes425])
+                       [-lkrb5 -ldes425 -lcrypto -lcom_err])
 
                if test $have_k5 = yes ; then
                        ol_with_kerberos=found
                        ol_link_kerberos=yes
 
-                       KRB_LIBS="-lkrb4 -lkrb5 -ldes425"
+                       KRB_LIBS="-lkrb4 -lkrb5 -ldes425 -lcrypto -lcom_err"
 
                        LIBS="$KRB_LIBS $LIBS"