diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |