diff --git a/lib/hdb/hdb-ldap.c b/lib/hdb/hdb-ldap.c index ff8b133bf..4556d629f 100644 --- a/lib/hdb/hdb-ldap.c +++ b/lib/hdb/hdb-ldap.c @@ -39,7 +39,7 @@ RCSID("$Id$"); -#ifdef HAVE_LDAP +#ifdef OPENLDAP #include #include @@ -1337,4 +1337,4 @@ hdb_ldap_create(krb5_context context, HDB ** db, const char *filename) return 0; } -#endif /* HAVE_LDAP */ +#endif /* OPENLDAP */