From 10c211f2afc45e7a75f024c946a5c8232d7efd6b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 3 Feb 2005 13:00:16 +0000 Subject: r5199: fix some minor configure bugs metze (This used to be commit 274ef2a206aa00b3155adc27f5b7e35d3fa52bf6) --- source4/libads/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/libads/config.m4') 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) -- cgit