From 7482171293db61132b62cd9a86728fd912412aa3 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 10 Oct 1996 19:27:07 +0000 Subject: Part of the Kerberos changes. svn path=/trunk/; revision=284 --- configure.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index bde50e8f..b52f6bbe 100644 --- a/configure.in +++ b/configure.in @@ -53,6 +53,13 @@ then EXTRAOBJ="$EXTRAOBJ alloca.o" fi +if test -f "/usr/kerberos/include/krb.h" +then + CFLAGS="$CFLAGS -DKERBEROS_V4 -I/usr/kerberos/include" + LDFLAGS="$LDFLAGS -L/usr/kerberos/lib" + LIBS="$LIBS -lkrb -ldes" +fi + dnl All AC_CHECK_FUNCs must precede the following AC_SUBSTs AC_SUBST(EXTRASRC) -- cgit v1.2.3