diff options
Diffstat (limited to 'source4/libads')
-rw-r--r-- | source4/libads/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libads/config.m4 b/source4/libads/config.m4 index f7225a4e15..2ae82cd745 100644 --- a/source4/libads/config.m4 +++ b/source4/libads/config.m4 @@ -292,7 +292,7 @@ if test x"$with_krb5_support" != x"no"; then # Heimdal checks. # But only if we didn't have a krb5-config to tell us this already - if x"$FOUND_KRB5_VIA_CONFIG" != x"yes"; then + if test x"$FOUND_KRB5_VIA_CONFIG" != x"yes"; then AC_CHECK_LIB_EXT(crypto, KRB5_LIBS, des_set_key) AC_CHECK_LIB_EXT(asn1, KRB5_LIBS, copy_Authenticator) AC_CHECK_LIB_EXT(roken, KRB5_LIBS, roken_getaddrinfo_hostspec) |