X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=configure;fp=configure;h=9c969dd5d4441c0a34a4a495af1c7a3a79e0f0a9;hp=5f2652ba6a3e4be934ea3e7c6890ffc16fb60b31;hb=9d0fbcdce0289509de015bef41ecf5d676045dc4;hpb=d2e0390dcd89a5bd14491b7cee82a17554f2963b 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`