From 04bb047d46a87e09a3e5e95ddc3e093c019c4bd8 Mon Sep 17 00:00:00 2001 From: Frank Lahm Date: Thu, 15 Sep 2011 10:35:25 +0200 Subject: [PATCH] Wrong define was used --- include/atalk/ldapconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/atalk/ldapconfig.h b/include/atalk/ldapconfig.h index 70f9f628..5a5b6570 100644 --- a/include/atalk/ldapconfig.h +++ b/include/atalk/ldapconfig.h @@ -1,4 +1,4 @@ -#ifdef HAVE_ACLS +#ifdef HAVE_LDAP #ifndef LDAPCONFIG_H #define LDAPCONFIG_H @@ -39,4 +39,4 @@ extern int ldap_config_valid; #endif /* LDAPCONFIG_H */ -#endif /* HAVE_ACLS */ +#endif /* HAVE_LDAP */ -- 2.39.2