svn commit: samba r18900 - in branches/SAMBA_3_0/source/lib/ldb/common: .

vlendec at samba.org vlendec at samba.org
Mon Sep 25 16:29:26 GMT 2006


Author: vlendec
Date: 2006-09-25 16:29:26 +0000 (Mon, 25 Sep 2006)
New Revision: 18900

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18900

Log:
Next attempt to fix the Solaris build. Not sure about whether to merge this
one. Tridge? Metze?

Volker

Modified:
   branches/SAMBA_3_0/source/lib/ldb/common/ldb_modules.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/ldb/common/ldb_modules.c
===================================================================
--- branches/SAMBA_3_0/source/lib/ldb/common/ldb_modules.c	2006-09-25 16:27:33 UTC (rev 18899)
+++ branches/SAMBA_3_0/source/lib/ldb/common/ldb_modules.c	2006-09-25 16:29:26 UTC (rev 18900)
@@ -137,7 +137,7 @@
 
 #ifndef STATIC_ldb_MODULES
 
-#ifdef HAVE_LDAP
+#if defined(HAVE_LDAP) && defined(HAVE_LDAP_INITIALIZE)
 #define LDAP_INIT ldb_ldap_init,
 #else
 #define LDAP_INIT



More information about the samba-cvs mailing list