summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 88c4633d5..4d9382ca7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4151,7 +4151,7 @@ AC_ARG_WITH([kerberos5],
4151 AC_DEFINE([KRB5], [1], [Define if you want Kerberos 5 support]) 4151 AC_DEFINE([KRB5], [1], [Define if you want Kerberos 5 support])
4152 KRB5_MSG="yes" 4152 KRB5_MSG="yes"
4153 4153
4154 AC_PATH_PROG([KRB5CONF], [krb5-config], 4154 AC_PATH_TOOL([KRB5CONF], [krb5-config],
4155 [$KRB5ROOT/bin/krb5-config], 4155 [$KRB5ROOT/bin/krb5-config],
4156 [$KRB5ROOT/bin:$PATH]) 4156 [$KRB5ROOT/bin:$PATH])
4157 if test -x $KRB5CONF ; then 4157 if test -x $KRB5CONF ; then