summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/libads/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libads/config.m4 b/source4/libads/config.m4
index c3f1da6e07..2d78b72d39 100644
--- a/source4/libads/config.m4
+++ b/source4/libads/config.m4
@@ -130,8 +130,8 @@ if test x$with_krb5_support != x"no"; then
#################################################
# check for krb5-config from recent MIT and Heimdal kerberos 5
- AC_PATH_PROG(KRB5_CONFIG, $krb5_withval/krb5-config)
- AC_MSG_CHECKING(for working $krb5_withval/krb5-config)
+ KRB5_CONFIG="$krb5_withval/bin/krb5-config"
+ AC_MSG_CHECKING(for working $krb5_withval/bin/krb5-config)
if test -x "$KRB5_CONFIG"; then
ac_save_CFLAGS=$CFLAGS
CFLAGS="";export CFLAGS