blob: c37a7351bbdec606f26dc3d53cb8b489b97a1139 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- configure.orig Sun Apr 2 21:21:46 2000
+++ configure Mon Apr 17 14:40:32 2000
@@ -2217,6 +2217,9 @@
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
|