From 1bd0211698df34ab3ec41cfd962d144be88e724b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 5 Sep 2006 23:32:01 +0000 Subject: r18108: move tdb to use the same build methods (This used to be commit 05521650c622c933a742b833dc38b7e9b32836be) --- source4/lib/tdb/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/tdb/configure.ac') diff --git a/source4/lib/tdb/configure.ac b/source4/lib/tdb/configure.ac index bf221a0322..0943bbeeb8 100644 --- a/source4/lib/tdb/configure.ac +++ b/source4/lib/tdb/configure.ac @@ -11,5 +11,5 @@ AC_CHECK_SIZEOF(off_t,cross) AC_CHECK_SIZEOF(size_t,cross) AC_CHECK_SIZEOF(ssize_t,cross) AC_FUNC_MMAP -m4_include(config.m4) +m4_include(libtdb.m4) AC_OUTPUT(Makefile tdb.pc) -- cgit