svn commit: samba r7334 - in branches/SAMBA_4_0/source/lib/ldb: .

idra at samba.org idra at samba.org
Mon Jun 6 13:30:24 GMT 2005


Author: idra
Date: 2005-06-06 13:30:23 +0000 (Mon, 06 Jun 2005)
New Revision: 7334

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

Log:

I do not feel oblidged to use sqlite3 when I configure ldap support :-)
(fix typo)


Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2005-06-06 13:21:49 UTC (rev 7333)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2005-06-06 13:30:23 UTC (rev 7334)
@@ -8,7 +8,7 @@
 bindir = @bindir@
 WITH_GCOV = @WITH_GCOV@
 WITH_LDAP = @WITH_LDAP@
-WITH_SQLITE3 = @WITH_LDAP@
+WITH_SQLITE3 = @WITH_SQLITE3@
 
 ifeq ($(WITH_LDAP),yes)
 OPENLDAP_PREFIX=/usr



More information about the samba-cvs mailing list