1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
|
index : freebsd-ports-gnome | ||
FreeBSD GNOME --- configure.in.orig Fri Dec 4 11:34:53 1998 +++ configure.in Sun Apr 9 12:16:24 2000 @@ -698,6 +698,8 @@ dnl Kerberos wants this so we might as well check on it first AC_CHECK_FUNC(res_search,,AC_CHECK_LIB(resolv,res_search)) + dnl Kerberos IV on FreeBSD depends on libcom_err, so check for it + AC_CHECK_LIB(com_err, init_error_table) dnl gotta do this: crypt is used by sasl_krb_server.c AC_CHECK_FUNC(crypt,,AC_CHECK_LIB(crypt, crypt)) |