X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.in;h=1a02ae8e07ba6729e7fe120ccf6a04cb29875758;hb=2551c5e231ee75c7f3f8e56ebe11dce73a48ef7e;hp=be65ceb1910c3c6321ca123bb2f235f014502ab2;hpb=573351a2b8f4d890760c06ac03828a31ed19d124;p=mod_auth_kerb.git diff --git a/configure.in b/configure.in index be65ceb..1a02ae8 100644 --- a/configure.in +++ b/configure.in @@ -48,10 +48,10 @@ if test "x$with_krb5" != "xno" ; then krb5_config_command="$with_krb5/bin/krb5-config" else # quick fix for OpenBSD installations where krb5-config is missing. - # OpenBSD uses Heimdal, so add libs for Heimdal (libcrypto from - # Openssl is supposed to be installed somewhere in the system) + # 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 -lroken -lcrypt -lcrypto" + KRB5_LDFLAGS="-L$with_krb5/lib -lkrb5 -lasn1 -ldes -lcrypt" krb5_config_command="" fi fi