1
0
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:
Simo Sorce 2005-06-06 13:30:23 +00:00 committed by Gerald (Jerry) Carter
parent 87bbda10bf
commit 903a7fb990

View File

@ -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