From e9cb1840da3f730aba53e1b0f1e363e8c6d497e4 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 19 Nov 1996 17:28:51 +0000 Subject: Add Nalin Dahyabhai's Kerberos patch. svn path=/trunk/; revision=557 --- configure.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index a7414204..91dae06e 100644 --- a/configure.in +++ b/configure.in @@ -57,6 +57,14 @@ then LIBS="$LIBS -lkrb -ldes" fi +if test -f "/usr/athena/include/krb.h" +then + CFLAGS="$CFLAGS -DKERBEROS_V4 -I/usr/athena/include" + LDFLAGS="$LDFLAGS -L/usr/athena/lib" + LIBS="$LIBS -lkrb -ldes" +fi + + dnl All AC_CHECK_FUNCs must precede the following AC_SUBSTs AC_SUBST(EXTRASRC) -- cgit v1.2.3