]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Find krb5-config on SuSE 10
authorneilbrown <neilbrown>
Sun, 26 Mar 2006 23:50:44 +0000 (23:50 +0000)
committerneilbrown <neilbrown>
Sun, 26 Mar 2006 23:50:44 +0000 (23:50 +0000)
SuSE 10.0 puts krb5-config in yet another obscure location.
Look for it there and use it if found.

ChangeLog
aclocal/kerberos5.m4

index baf12d111cfb9813c630d0d2c105ba38e248623e..4836d5f27126b3fde28c248d13e40be122c43849 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-27 kwc@citi.umich.edu
+       Find krb5-config on SuSE 10
+
+       SuSE 10.0 puts krb5-config in yet another obscure location.
+       Look for it there and use it if found.
+
 2006-03-27 Kevin Coffman <kwc@citi.umich.edu>
        Update debian package information.
 
 2006-03-27 Kevin Coffman <kwc@citi.umich.edu>
        Update debian package information.
 
index 44e99b00847015e5de8cbcf5f83b309f3bc23f23..45e220f911e5a28ca7d17dea5d39b6f96051baee 100644 (file)
@@ -26,6 +26,8 @@ AC_DEFUN([AC_KERBEROS_V5],[
       K5CONFIG=$dir/bin/krb5-config
     elif test -f "/usr/kerberos/bin/krb5-config"; then
       K5CONFIG="/usr/kerberos/bin/krb5-config"
       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`
     fi
     if test "$K5CONFIG" != ""; then
       KRBCFLAGS=`$K5CONFIG --cflags`