blob: cd78e505a2edfd8c5115cb142f4133cef353b07a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- configure.orig Mon Feb 5 02:03:23 2001
+++ configure Mon Feb 5 08:29:21 2001
@@ -11827,6 +11827,10 @@
LIB_openldap="-R $openldap_libdir $LIB_openldap"
fi
+# Kerberos IV on FreeBSD depends on libcom_err
+LIBS="-lcom_err $LIBS"
+echo '#define HAVE_LIBCOM_ERR 1' >> confdefs.h
+
# Check whether --with-krb4 or --without-krb4 was given.
if test "${with_krb4+set}" = set; then
withval="$with_krb4"
|