From b55507c8a751ed69b1d74069cca231608884de0c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 9 Aug 2004 10:06:15 +0000 Subject: the krb4 stuff needs -lcom_err to link now, for some odd reason. This is possibly only on some platforms, but it happens on my Solaris 2.7 box and I don't know anyone else that regularly build curl with krb4 support. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 230c9da68..8367b5487 100644 --- a/configure.ac +++ b/configure.ac @@ -560,7 +560,7 @@ then AC_CHECK_HEADERS(krb.h) dnl we found the required libraries, add to LIBS - LIBS="-lkrb -ldes $LIBS" + LIBS="-lkrb -lcom_err -ldes $LIBS" dnl Check for function krb_get_our_ip_for_realm dnl this is needed for NAT networks -- cgit v1.2.3