summaryrefslogtreecommitdiff
path: root/source4/libads/config.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-02-03 13:00:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:30 -0500
commit10c211f2afc45e7a75f024c946a5c8232d7efd6b (patch)
treec12d9bff2fd86a02f07efc17916fe00ed441e4f9 /source4/libads/config.m4
parente6b8c811cac0730c16e685d04ee41fce036fd51c (diff)
downloadsamba-10c211f2afc45e7a75f024c946a5c8232d7efd6b.tar.gz
samba-10c211f2afc45e7a75f024c946a5c8232d7efd6b.tar.bz2
samba-10c211f2afc45e7a75f024c946a5c8232d7efd6b.zip
r5199: fix some minor configure bugs
metze (This used to be commit 274ef2a206aa00b3155adc27f5b7e35d3fa52bf6)
Diffstat (limited to 'source4/libads/config.m4')
-rw-r--r--source4/libads/config.m42
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)