From 903a7fb990795deac92e13d8873ab0002572a7bb Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 6 Jun 2005 13:30:23 +0000 Subject: r7334: I do not feel oblidged to use sqlite3 when I configure ldap support :-) (fix typo) (This used to be commit d6dae85881a5b49c8a5484a0d155aea4f0beb16e) --- source4/lib/ldb/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index 88aa66fcf1..ebeb9e1be0 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -8,7 +8,7 @@ libdir = @libdir@ 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 -- cgit