From 9d0fbcdce0289509de015bef41ecf5d676045dc4 Mon Sep 17 00:00:00 2001
From: neilbrown <neilbrown>
Date: Mon, 27 Mar 2006 00:04:57 +0000
Subject: [PATCH] run autoconf

---
 configure | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index 5f2652b..9c969dd 100755
--- a/configure
+++ b/configure
@@ -22350,6 +22350,8 @@ fi;
       K5CONFIG=$dir/bin/krb5-config
     elif test -f "/usr/kerberos/bin/krb5-config"; then
       K5CONFIG="/usr/kerberos/bin/krb5-config"
+    elif test -f "/usr/lib/mit/bin/krb5-config"; then
+      K5CONFIG="/usr/lib/mit/bin/krb5-config"
     fi
     if test "$K5CONFIG" != ""; then
       KRBCFLAGS=`$K5CONFIG --cflags`
-- 
2.39.5