]> arthur.barton.de Git - netatalk.git/commitdiff
Wrong define was used
authorFrank Lahm <franklahm@googlemail.com>
Thu, 15 Sep 2011 08:35:25 +0000 (10:35 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Thu, 15 Sep 2011 08:35:25 +0000 (10:35 +0200)
include/atalk/ldapconfig.h

index 70f9f628c7c61c0c0fe7018b91bfceb884865f43..5a5b657061ff467c5a52c8b0d819927588460243 100644 (file)
@@ -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 */