diff options
author | Simo Sorce <idra@samba.org> | 2005-06-06 13:30:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:43 -0500 |
commit | 903a7fb990795deac92e13d8873ab0002572a7bb (patch) | |
tree | d6050c78e026f196a4530934e2a6d18eb881388e /source4/lib/ldb | |
parent | 87bbda10bf8b66842ed9249691477baf63660766 (diff) | |
download | samba-903a7fb990795deac92e13d8873ab0002572a7bb.tar.gz samba-903a7fb990795deac92e13d8873ab0002572a7bb.tar.bz2 samba-903a7fb990795deac92e13d8873ab0002572a7bb.zip |
r7334: I do not feel oblidged to use sqlite3 when I configure ldap support :-)
(fix typo)
(This used to be commit d6dae85881a5b49c8a5484a0d155aea4f0beb16e)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |