summaryrefslogtreecommitdiff
path: root/source4/libads
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libads')
-rw-r--r--source4/libads/config.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/libads/config.m4 b/source4/libads/config.m4
index c48b185728..7ee0a50626 100644
--- a/source4/libads/config.m4
+++ b/source4/libads/config.m4
@@ -137,7 +137,7 @@ if test x"$with_ads_support" != x"no"; then
AC_MSG_RESULT(no. Fallback to previous krb5 detection strategy)
fi
- if test x$FOUND_KRB5 = x"no"; then
+ if test x$FOUND_KRB5 != x"yes"; then
#################################################
# check for location of Kerberos 5 install
AC_MSG_CHECKING(for kerberos 5 install path)
@@ -163,7 +163,7 @@ if test x"$with_ads_support" != x"no"; then
)
fi
- if test x$FOUND_KRB5 = x"no"; then
+ if test x$FOUND_KRB5 != x"yes"; then
#################################################
# see if this box has the SuSE location for the heimdal krb implementation
AC_MSG_CHECKING(for /usr/include/heimdal)
@@ -183,7 +183,7 @@ if test x"$with_ads_support" != x"no"; then
fi
fi
- if test x$FOUND_KRB5 = x"no"; then
+ if test x$FOUND_KRB5 != x"yes"; then
#################################################
# see if this box has the RedHat location for kerberos
AC_MSG_CHECKING(for /usr/kerberos)