summaryrefslogtreecommitdiffstats
path: root/security/heimdal/files/patch-cb
blob: 8b37f02167808b6f1cd869e9b0df141fecbf8bac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- configure.in.orig	Wed Aug 30 07:17:26 2000
+++ configure.in	Wed Aug 30 07:18:03 2000
@@ -83,6 +83,10 @@
 	LIB_openldap="-rpath $openldap_libdir $LIB_openldap"
 fi
 
+dnl Kerberos 4 libraries are quite likely to need to link against
+dnl libcom_err. 
+AC_CHECK_LIB(com_err, init_error_table)
+
 AC_TEST_PACKAGE_NEW(krb4,[#include <krb.h>],-lkrb,-ldes,/usr/athena, KRB4)
 
 LIB_kdb=
OpenPOWER on IntegriCloud