summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6423b62e2..2ff4aba59 100644
--- a/configure.in
+++ b/configure.in
@@ -630,7 +630,7 @@ AC_ARG_WITH(kerberos4,
630 AC_MSG_WARN([Cannot find libkrb, build may fail]) 630 AC_MSG_WARN([Cannot find libkrb, build may fail])
631 fi 631 fi
632 632
633 LIBS="$LIBS -lkrb -ldes" 633 KLIBS="-lkrb -ldes"
634 AC_CHECK_LIB(resolv, dn_expand, , ) 634 AC_CHECK_LIB(resolv, dn_expand, , )
635 KRB4=yes 635 KRB4=yes
636 AC_DEFINE(KRB4) 636 AC_DEFINE(KRB4)
@@ -661,6 +661,7 @@ AC_ARG_WITH(afs,
661 fi 661 fi
662 ] 662 ]
663) 663)
664LIBS="$LIBS $KLIBS"
664 665
665dnl Check whether user wants S/Key support 666dnl Check whether user wants S/Key support
666AC_ARG_WITH(skey, 667AC_ARG_WITH(skey,