From 662013e60e777e3db43470eddcfdfbcbeded2e5a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 13 Apr 2004 13:39:07 +0000 Subject: r194: fixed compile with ldap (This used to be commit 3b4b528dc65bcb3b0de674e1d90c767244c94402) --- source4/lib/ldb/config.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/lib/ldb') diff --git a/source4/lib/ldb/config.m4 b/source4/lib/ldb/config.m4 index 1541dd6736..737ff8b6f6 100644 --- a/source4/lib/ldb/config.m4 +++ b/source4/lib/ldb/config.m4 @@ -1,4 +1,4 @@ -if test x"$HAVE_LDAP" = x"yes"; then +if test x"$with_ldap_support" = x"yes"; then SMB_SUBSYSTEM(LIBLDB_LDAP,[lib/ldb/ldb_ldap/ldb_ldap.o]) fi @@ -12,7 +12,7 @@ SMB_SUBSYSTEM(LIBLDB,[lib/ldb/common/ldb.o], lib/ldb/ldb_tdb/ldb_pack.o \ lib/ldb/ldb_tdb/ldb_index.o \ lib/ldb/ldb_tdb/ldb_match.o \ - \$(LIBLDAP_LDAP_OBJS)], + \$(LIBLDB_LDAP_OBJS)], lib/ldb/include/ldb.h) SMB_SUBSYSTEM(LDBADD,[], -- cgit