mirror of
https://github.com/curl/curl.git
synced 2026-07-25 02:47:17 +03:00
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.
This commit is contained in:
parent
827a805966
commit
b55507c8a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue