blob: 964814930475fa98d481ceccdc8565212259c8fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- configure.orig Fri Dec 4 12:03:58 1998
+++ configure Sat Apr 15 11:44:42 2000
@@ -3348,6 +3348,9 @@
fi
+# Kerberos IV on FreeBSD depends on libcom_err.
+LIBS="-lcom_err $LIBS"
+echo '#define HAVE_LIBCOM_ERR 1' >> confdefs.h
echo $ac_n "checking for crypt""... $ac_c" 1>&6
echo "configure:3354: checking for crypt" >&5
|