mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r7334: I do not feel oblidged to use sqlite3 when I configure ldap support :-)
(fix typo)
(This used to be commit d6dae85881
)
This commit is contained in:
parent
87bbda10bf
commit
903a7fb990
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user