1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/security/heimdal/files/patch-cb
2000-08-30 13:59:56 +00:00

14 lines
385 B
Plaintext

--- configure.in.orig Wed Aug 30 07:17:26 2000
+++ configure.in Wed Aug 30 07:18:03 2000
@@ -83,6 +83,10 @@
LIB_openldap="-rpath $openldap_libdir $LIB_openldap"
fi
+dnl Kerberos 4 libraries are quite likely to need to link against
+dnl libcom_err.
+AC_CHECK_LIB(com_err, init_error_table)
+
AC_TEST_PACKAGE_NEW(krb4,[#include <krb.h>],-lkrb,-ldes,/usr/athena, KRB4)
LIB_kdb=