From: neilbrown Date: Mon, 27 Mar 2006 00:04:57 +0000 (+0000) Subject: run autoconf X-Git-Tag: nfs-utils-1-0-8~24 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=9d0fbcdce0289509de015bef41ecf5d676045dc4 run autoconf --- 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`