mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f2fc8303fc
Bogusness pointed out by: asami
13 lines
341 B
Plaintext
13 lines
341 B
Plaintext
--- 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
|