blob: 7f46ffd7af1ef8fadb3c139c56b81891e234e07f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.in.orig Mon Oct 4 09:03:55 1999
+++ configure.in Mon Oct 4 09:04:00 1999
@@ -1064,7 +1064,7 @@
--whithout-krb5 Don't include Kerbers 5 support (default)],
[ AC_MSG_RESULT(yes)
AC_DEFINE(KRB5_AUTH)
- LIBS="$LIBS -ldes425 -lkrb5 -lcrypto -lcom_err"
+ LIBS="$LIBS -ldes425 -lkrb5 -lk5crypto -lcom_err"
CFLAGS="$CFLAGS -I$withval/include"
LDFLAGS="$LDFLAGS -L$withval/lib"],
AC_MSG_RESULT(no)
|