From 8761f5dcc4db5c825a600fe25792ec47cb6cbdc7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 24 Sep 2006 02:52:25 +0000 Subject: r18867: change the group mapping code to use ldb instead of tdb See the discussion of this on the samba-technical list (This used to be commit 4ad1436ceae0128e187222fce0fc79adb3049d3f) --- source3/aclocal.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/aclocal.m4') diff --git a/source3/aclocal.m4 b/source3/aclocal.m4 index 5b25cfe5c9..185bae0f44 100644 --- a/source3/aclocal.m4 +++ b/source3/aclocal.m4 @@ -819,3 +819,6 @@ fi ]) m4_include(lib/replace/libreplace.m4) + +dnl not needed yet, might be needed in the future +dnl m4_include(lib/ldb/libldb.m4) -- cgit